@Stability(value=Stable) public static final class CfnService.ServiceRegistryProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnService.ServiceRegistryProperty>
CfnService.ServiceRegistryProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnService.ServiceRegistryProperty |
build()
Builds the configured instance.
|
CfnService.ServiceRegistryProperty.Builder |
containerName(String containerName)
Sets the value of
CfnService.ServiceRegistryProperty.getContainerName() |
CfnService.ServiceRegistryProperty.Builder |
containerPort(Number containerPort)
Sets the value of
CfnService.ServiceRegistryProperty.getContainerPort() |
CfnService.ServiceRegistryProperty.Builder |
port(Number port)
Sets the value of
CfnService.ServiceRegistryProperty.getPort() |
CfnService.ServiceRegistryProperty.Builder |
registryArn(String registryArn)
Sets the value of
CfnService.ServiceRegistryProperty.getRegistryArn() |
@Stability(value=Stable) public CfnService.ServiceRegistryProperty.Builder containerName(String containerName)
CfnService.ServiceRegistryProperty.getContainerName()containerName - The container name value to be used for your service discovery service.
It's already specified in the task definition. If the task definition that your service task specifies uses the bridge or host network mode, you must specify a containerName and containerPort combination from the task definition. If the task definition that your service task specifies uses the awsvpc network mode and a type SRV DNS record is used, you must specify either a containerName and containerPort combination or a port value. However, you can't specify both.this@Stability(value=Stable) public CfnService.ServiceRegistryProperty.Builder containerPort(Number containerPort)
CfnService.ServiceRegistryProperty.getContainerPort()containerPort - The port value to be used for your service discovery service.
It's already specified in the task definition. If the task definition your service task specifies uses the bridge or host network mode, you must specify a containerName and containerPort combination from the task definition. If the task definition your service task specifies uses the awsvpc network mode and a type SRV DNS record is used, you must specify either a containerName and containerPort combination or a port value. However, you can't specify both.this@Stability(value=Stable) public CfnService.ServiceRegistryProperty.Builder port(Number port)
CfnService.ServiceRegistryProperty.getPort()port - The port value used if your service discovery service specified an SRV record.
This field might be used if both the awsvpc network mode and SRV records are used.this@Stability(value=Stable) public CfnService.ServiceRegistryProperty.Builder registryArn(String registryArn)
CfnService.ServiceRegistryProperty.getRegistryArn()registryArn - The Amazon Resource Name (ARN) of the service registry.
The currently supported service registry is AWS Cloud Map . For more information, see CreateService .this@Stability(value=Stable) public CfnService.ServiceRegistryProperty build()
build in interface software.amazon.jsii.Builder<CfnService.ServiceRegistryProperty>CfnService.ServiceRegistryPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.