| Package | Description |
|---|---|
| org.cloudfoundry.client.v3.droplets |
| Modifier and Type | Method and Description |
|---|---|
GetDropletResponse.Builder |
GetDropletResponse.Builder.addAllBuildpacks(Iterable<? extends Buildpack> elements)
Adds elements to
buildpacks list. |
static GetDropletResponse.Builder |
GetDropletResponse.builder()
Creates a builder for
GetDropletResponse. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.buildpack(Buildpack element)
Adds one element to
buildpacks list. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.buildpacks(Buildpack... elements)
Adds elements to
buildpacks list. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.buildpacks(Iterable<? extends Buildpack> elements)
Sets or replaces all elements for
buildpacks list. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.checksum(Checksum checksum)
Initializes the value for the
checksum attribute. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.error(String error)
Initializes the value for the
error attribute. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.executionMetadata(String executionMetadata)
Initializes the value for the
executionMetadata attribute. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.from(org.cloudfoundry.client.v3.droplets._GetDropletResponse instance)
Copy abstract value type
_GetDropletResponse instance into builder. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.from(Droplet instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.droplets.Droplet instance. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.from(GetDropletResponse instance)
Fill a builder with attribute values from the provided
GetDropletResponse instance. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.from(Resource instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.Resource instance. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.id(String id)
Initializes the value for the
id attribute. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.image(String image)
Initializes the value for the
image attribute. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.lifecycle(Lifecycle lifecycle)
Initializes the value for the
lifecycle attribute. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.link(String key,
Link value)
Put one entry to the
links map. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.links(Map<String,? extends Link> entries)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.metadata(Metadata metadata)
Initializes the value for the
metadata attribute. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.processType(Map.Entry<String,? extends String> entry)
Put one entry to the
processTypes map. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.processType(String key,
String value)
Put one entry to the
processTypes map. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.processTypes(Map<String,? extends String> entries)
Sets or replaces all mappings from the specified map as entries for the
processTypes map. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.putAllLinks(Map<String,? extends Link> entries)
Put all mappings from the specified map as entries to
links map. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.putAllProcessTypes(Map<String,? extends String> entries)
Put all mappings from the specified map as entries to
processTypes map. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.relationships(DropletRelationships relationships)
Initializes the value for the
relationships attribute. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.stack(String stack)
Initializes the value for the
stack attribute. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.state(DropletState state)
Initializes the value for the
state attribute. |
GetDropletResponse.Builder |
GetDropletResponse.Builder.updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
Copyright © 2020. All rights reserved.