ImmutableApplicationToCreateDto |
ImmutableApplicationToCreateDto.Builder.build() |
|
static ImmutableApplicationToCreateDto |
ImmutableApplicationToCreateDto.copyOf(ApplicationToCreateDto instance) |
|
ImmutableApplicationToCreateDto |
ImmutableApplicationToCreateDto.withDiskQuotaInMb(Integer value) |
Copy the current immutable object by setting a value for the diskQuotaInMb attribute.
|
ImmutableApplicationToCreateDto |
ImmutableApplicationToCreateDto.withEnv(Map<String,? extends String> entries) |
Copy the current immutable object by replacing the env map with the specified map.
|
ImmutableApplicationToCreateDto |
ImmutableApplicationToCreateDto.withMemoryInMb(Integer value) |
Copy the current immutable object by setting a value for the memoryInMb attribute.
|
ImmutableApplicationToCreateDto |
ImmutableApplicationToCreateDto.withMetadata(org.cloudfoundry.client.v3.Metadata value) |
Copy the current immutable object by setting a value for the metadata attribute.
|
ImmutableApplicationToCreateDto |
ImmutableApplicationToCreateDto.withName(String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableApplicationToCreateDto |
ImmutableApplicationToCreateDto.withRoutes(CloudRoute... elements) |
Copy the current immutable object with elements that replace the content of routes.
|
ImmutableApplicationToCreateDto |
ImmutableApplicationToCreateDto.withRoutes(Iterable<? extends CloudRoute> elements) |
Copy the current immutable object with elements that replace the content of routes.
|
ImmutableApplicationToCreateDto |
ImmutableApplicationToCreateDto.withStaging(Staging value) |
Copy the current immutable object by setting a value for the staging attribute.
|