ImmutableStaging |
ImmutableStaging.Builder.build() |
|
static ImmutableStaging |
ImmutableStaging.copyOf(Staging instance) |
Creates an immutable copy of a Staging value.
|
ImmutableStaging |
ImmutableStaging.withBuildpacks(Iterable<String> elements) |
Copy the current immutable object with elements that replace the content of buildpacks.
|
ImmutableStaging |
ImmutableStaging.withBuildpacks(String... elements) |
Copy the current immutable object with elements that replace the content of buildpacks.
|
ImmutableStaging |
ImmutableStaging.withCommand(String value) |
Copy the current immutable object by setting a value for the command attribute.
|
ImmutableStaging |
ImmutableStaging.withDetectedBuildpack(String value) |
Copy the current immutable object by setting a value for the detectedBuildpack attribute.
|
ImmutableStaging |
ImmutableStaging.withDockerInfo(DockerInfo value) |
Copy the current immutable object by setting a value for the dockerInfo attribute.
|
ImmutableStaging |
ImmutableStaging.withHealthCheckHttpEndpoint(String value) |
|
ImmutableStaging |
ImmutableStaging.withHealthCheckTimeout(Integer value) |
Copy the current immutable object by setting a value for the healthCheckTimeout attribute.
|
ImmutableStaging |
ImmutableStaging.withHealthCheckType(String value) |
Copy the current immutable object by setting a value for the healthCheckType attribute.
|
ImmutableStaging |
ImmutableStaging.withInvocationTimeout(Integer value) |
Copy the current immutable object by setting a value for the invocationTimeout attribute.
|
ImmutableStaging |
ImmutableStaging.withIsSshEnabled(Boolean value) |
Copy the current immutable object by setting a value for the isSshEnabled attribute.
|
ImmutableStaging |
ImmutableStaging.withStackName(String value) |
Copy the current immutable object by setting a value for the stackName attribute.
|