| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.builds |
| Modifier and Type | Method and Description |
|---|---|
Droplet |
Droplet.Builder.build()
Builds a new
Droplet. |
abstract Droplet |
Build.getDroplet()
A resulting droplet from the staging process
|
Droplet |
BuildResource.getDroplet()
A resulting droplet from the staging process
|
Droplet |
CreateBuildResponse.getDroplet()
A resulting droplet from the staging process
|
Droplet |
GetBuildResponse.getDroplet()
A resulting droplet from the staging process
|
| Modifier and Type | Method and Description |
|---|---|
BuildResource.Builder |
BuildResource.Builder.droplet(Droplet droplet)
Initializes the value for the
droplet attribute. |
CreateBuildResponse.Builder |
CreateBuildResponse.Builder.droplet(Droplet droplet)
Initializes the value for the
droplet attribute. |
GetBuildResponse.Builder |
GetBuildResponse.Builder.droplet(Droplet droplet)
Initializes the value for the
droplet attribute. |
Droplet.Builder |
Droplet.Builder.from(Droplet instance)
Fill a builder with attribute values from the provided
Droplet instance. |
Copyright © 2020. All rights reserved.