public static interface ServiceRegistry.Builder extends SdkPojo, CopyableBuilder<ServiceRegistry.Builder,ServiceRegistry>
Modifier and Type | Method and Description |
---|---|
ServiceRegistry.Builder |
containerName(String containerName)
The container name value, already specified in the task definition, to be used for your service discovery
service.
|
ServiceRegistry.Builder |
containerPort(Integer containerPort)
The port value, already specified in the task definition, to be used for your service discovery service.
|
ServiceRegistry.Builder |
port(Integer port)
The port value used if your service discovery service specified an SRV record.
|
ServiceRegistry.Builder |
registryArn(String registryArn)
The Amazon Resource Name (ARN) of the service registry.
|
copy
applyMutation, build
ServiceRegistry.Builder registryArn(String registryArn)
The Amazon Resource Name (ARN) of the service registry. The currently supported service registry is Amazon Route 53 Auto Naming. For more information, see Service.
registryArn
- The Amazon Resource Name (ARN) of the service registry. The currently supported service registry is
Amazon Route 53 Auto Naming. For more information, see Service.ServiceRegistry.Builder port(Integer port)
The port value used if your service discovery service specified an SRV record. This field may be used if both
the awsvpc
network mode and SRV records are used.
port
- The port value used if your service discovery service specified an SRV record. This field may be used
if both the awsvpc
network mode and SRV records are used.ServiceRegistry.Builder containerName(String containerName)
The container name value, already specified in the task definition, to be used for your service discovery
service. 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, but not
both.
containerName
- The container name value, already specified in the task definition, to be used for your service
discovery service. 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, but not both.ServiceRegistry.Builder containerPort(Integer containerPort)
The port value, already specified in the task definition, to be used for your service discovery service. 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, but not both.
containerPort
- The port value, already specified in the task definition, to be used for your service discovery
service. 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, but not both.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.