public static interface CreateContainerServiceDeploymentRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<CreateContainerServiceDeploymentRequest.Builder,CreateContainerServiceDeploymentRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateContainerServiceDeploymentRequest.Builder serviceName(String serviceName)
The name of the container service for which to create the deployment.
serviceName - The name of the container service for which to create the deployment.CreateContainerServiceDeploymentRequest.Builder containers(Map<String,Container> containers)
An object that describes the settings of the containers that will be launched on the container service.
containers - An object that describes the settings of the containers that will be launched on the container
service.CreateContainerServiceDeploymentRequest.Builder publicEndpoint(EndpointRequest publicEndpoint)
An object that describes the settings of the public endpoint for the container service.
publicEndpoint - An object that describes the settings of the public endpoint for the container service.default CreateContainerServiceDeploymentRequest.Builder publicEndpoint(Consumer<EndpointRequest.Builder> publicEndpoint)
An object that describes the settings of the public endpoint for the container service.
This is a convenience method 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.BuilderpublicEndpoint(EndpointRequest)CreateContainerServiceDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateContainerServiceDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.