ImmutableApplicationToCreateDto.Builder |
ImmutableApplicationToCreateDto.Builder.addAllRoutes(Iterable<? extends CloudRoute> elements) |
|
ImmutableApplicationToCreateDto.Builder |
ImmutableApplicationToCreateDto.Builder.addRoute(CloudRoute element) |
Adds one element to routes set.
|
ImmutableApplicationToCreateDto.Builder |
ImmutableApplicationToCreateDto.Builder.addRoutes(CloudRoute... elements) |
|
static ImmutableApplicationToCreateDto.Builder |
ImmutableApplicationToCreateDto.builder() |
|
ImmutableApplicationToCreateDto.Builder |
ImmutableApplicationToCreateDto.Builder.diskQuotaInMb(Integer diskQuotaInMb) |
|
ImmutableApplicationToCreateDto.Builder |
ImmutableApplicationToCreateDto.Builder.env(Map<String,? extends String> entries) |
Sets or replaces all mappings from the specified map as entries for the env map.
|
ImmutableApplicationToCreateDto.Builder |
ImmutableApplicationToCreateDto.Builder.from(ApplicationToCreateDto instance) |
Fill a builder with attribute values from the provided ApplicationToCreateDto instance.
|
ImmutableApplicationToCreateDto.Builder |
ImmutableApplicationToCreateDto.Builder.memoryInMb(Integer memoryInMb) |
Initializes the value for the memoryInMb attribute.
|
ImmutableApplicationToCreateDto.Builder |
ImmutableApplicationToCreateDto.Builder.metadata(org.cloudfoundry.client.v3.Metadata metadata) |
Initializes the value for the metadata attribute.
|
ImmutableApplicationToCreateDto.Builder |
ImmutableApplicationToCreateDto.Builder.name(String name) |
Initializes the value for the name attribute.
|
ImmutableApplicationToCreateDto.Builder |
ImmutableApplicationToCreateDto.Builder.putAllEnv(Map<String,? extends String> entries) |
Put all mappings from the specified map as entries to env map.
|
ImmutableApplicationToCreateDto.Builder |
ImmutableApplicationToCreateDto.Builder.putEnv(String key,
String value) |
Put one entry to the env map.
|
ImmutableApplicationToCreateDto.Builder |
ImmutableApplicationToCreateDto.Builder.putEnv(Map.Entry<String,? extends String> entry) |
Put one entry to the env map.
|
ImmutableApplicationToCreateDto.Builder |
ImmutableApplicationToCreateDto.Builder.routes(Iterable<? extends CloudRoute> elements) |
Sets or replaces all elements for routes set.
|
ImmutableApplicationToCreateDto.Builder |
ImmutableApplicationToCreateDto.Builder.staging(Staging staging) |
Initializes the value for the staging attribute.
|