@Stability(value=Stable) public static final class CfnContainer.PublicEndpointProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnContainer.PublicEndpointProperty>
CfnContainer.PublicEndpointProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnContainer.PublicEndpointProperty |
build()
Builds the configured instance.
|
CfnContainer.PublicEndpointProperty.Builder |
containerName(String containerName)
Sets the value of
CfnContainer.PublicEndpointProperty.getContainerName() |
CfnContainer.PublicEndpointProperty.Builder |
containerPort(Number containerPort)
Sets the value of
CfnContainer.PublicEndpointProperty.getContainerPort() |
CfnContainer.PublicEndpointProperty.Builder |
healthCheckConfig(CfnContainer.HealthCheckConfigProperty healthCheckConfig)
Sets the value of
CfnContainer.PublicEndpointProperty.getHealthCheckConfig() |
CfnContainer.PublicEndpointProperty.Builder |
healthCheckConfig(IResolvable healthCheckConfig)
Sets the value of
CfnContainer.PublicEndpointProperty.getHealthCheckConfig() |
@Stability(value=Stable) public CfnContainer.PublicEndpointProperty.Builder containerName(String containerName)
CfnContainer.PublicEndpointProperty.getContainerName()containerName - The name of the container entry of the deployment that the endpoint configuration applies to.this@Stability(value=Stable) public CfnContainer.PublicEndpointProperty.Builder containerPort(Number containerPort)
CfnContainer.PublicEndpointProperty.getContainerPort()containerPort - The port of the specified container to which traffic is forwarded to.this@Stability(value=Stable) public CfnContainer.PublicEndpointProperty.Builder healthCheckConfig(CfnContainer.HealthCheckConfigProperty healthCheckConfig)
CfnContainer.PublicEndpointProperty.getHealthCheckConfig()healthCheckConfig - An object that describes the health check configuration of the container.this@Stability(value=Stable) public CfnContainer.PublicEndpointProperty.Builder healthCheckConfig(IResolvable healthCheckConfig)
CfnContainer.PublicEndpointProperty.getHealthCheckConfig()healthCheckConfig - An object that describes the health check configuration of the container.this@Stability(value=Stable) public CfnContainer.PublicEndpointProperty build()
build in interface software.amazon.jsii.Builder<CfnContainer.PublicEndpointProperty>CfnContainer.PublicEndpointPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.