public static interface ContainerServiceDeploymentRequest.Builder extends SdkPojo, CopyableBuilder<ContainerServiceDeploymentRequest.Builder,ContainerServiceDeploymentRequest>
Modifier and Type | Method and Description |
---|---|
ContainerServiceDeploymentRequest.Builder |
containers(Map<String,Container> containers)
An object that describes the configuration for the containers of the deployment.
|
default ContainerServiceDeploymentRequest.Builder |
publicEndpoint(Consumer<EndpointRequest.Builder> publicEndpoint)
An object that describes the endpoint of the deployment.
|
ContainerServiceDeploymentRequest.Builder |
publicEndpoint(EndpointRequest publicEndpoint)
An object that describes the endpoint of the deployment.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ContainerServiceDeploymentRequest.Builder containers(Map<String,Container> containers)
An object that describes the configuration for the containers of the deployment.
containers
- An object that describes the configuration for the containers of the deployment.ContainerServiceDeploymentRequest.Builder publicEndpoint(EndpointRequest publicEndpoint)
An object that describes the endpoint of the deployment.
publicEndpoint
- An object that describes the endpoint of the deployment.default ContainerServiceDeploymentRequest.Builder publicEndpoint(Consumer<EndpointRequest.Builder> publicEndpoint)
An object that describes the endpoint of the deployment.
This is a convenience that creates an instance of theEndpointRequest.Builder
avoiding the need to
create one manually via EndpointRequest.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to publicEndpoint(EndpointRequest)
.publicEndpoint
- a consumer that will call methods on EndpointRequest.Builder
publicEndpoint(EndpointRequest)