@Stability(value=Stable) public static final class CfnContainer.ContainerServiceDeploymentProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnContainer.ContainerServiceDeploymentProperty>
CfnContainer.ContainerServiceDeploymentProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnContainer.ContainerServiceDeploymentProperty |
build()
Builds the configured instance.
|
CfnContainer.ContainerServiceDeploymentProperty.Builder |
containers(IResolvable containers)
Sets the value of
CfnContainer.ContainerServiceDeploymentProperty.getContainers() |
CfnContainer.ContainerServiceDeploymentProperty.Builder |
containers(List<? extends Object> containers)
Sets the value of
CfnContainer.ContainerServiceDeploymentProperty.getContainers() |
CfnContainer.ContainerServiceDeploymentProperty.Builder |
publicEndpoint(CfnContainer.PublicEndpointProperty publicEndpoint)
Sets the value of
CfnContainer.ContainerServiceDeploymentProperty.getPublicEndpoint() |
CfnContainer.ContainerServiceDeploymentProperty.Builder |
publicEndpoint(IResolvable publicEndpoint)
Sets the value of
CfnContainer.ContainerServiceDeploymentProperty.getPublicEndpoint() |
@Stability(value=Stable) public CfnContainer.ContainerServiceDeploymentProperty.Builder containers(IResolvable containers)
CfnContainer.ContainerServiceDeploymentProperty.getContainers()containers - An object that describes the configuration for the containers of the deployment.this@Stability(value=Stable) public CfnContainer.ContainerServiceDeploymentProperty.Builder containers(List<? extends Object> containers)
CfnContainer.ContainerServiceDeploymentProperty.getContainers()containers - An object that describes the configuration for the containers of the deployment.this@Stability(value=Stable) public CfnContainer.ContainerServiceDeploymentProperty.Builder publicEndpoint(CfnContainer.PublicEndpointProperty publicEndpoint)
CfnContainer.ContainerServiceDeploymentProperty.getPublicEndpoint()publicEndpoint - An object that describes the endpoint of the deployment.this@Stability(value=Stable) public CfnContainer.ContainerServiceDeploymentProperty.Builder publicEndpoint(IResolvable publicEndpoint)
CfnContainer.ContainerServiceDeploymentProperty.getPublicEndpoint()publicEndpoint - An object that describes the endpoint of the deployment.this@Stability(value=Stable) public CfnContainer.ContainerServiceDeploymentProperty build()
build in interface software.amazon.jsii.Builder<CfnContainer.ContainerServiceDeploymentProperty>CfnContainer.ContainerServiceDeploymentPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.