public static interface AwsEcsServiceServiceRegistriesDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsServiceServiceRegistriesDetails.Builder,AwsEcsServiceServiceRegistriesDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEcsServiceServiceRegistriesDetails.Builder |
containerName(String containerName)
The container name value to use for the service discovery service.
|
AwsEcsServiceServiceRegistriesDetails.Builder |
containerPort(Integer containerPort)
The port value to use for the service discovery service.
|
AwsEcsServiceServiceRegistriesDetails.Builder |
port(Integer port)
The port value to use for a service discovery service that specifies an SRV record.
|
AwsEcsServiceServiceRegistriesDetails.Builder |
registryArn(String registryArn)
The ARN of the service registry.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcsServiceServiceRegistriesDetails.Builder containerName(String containerName)
The container name value to use for the service discovery service.
If the task definition uses the bridge or host network mode, you must specify
ContainerName and ContainerPort.
If the task definition uses the awsvpc network mode and a type SRV DNS record, you must specify
either ContainerName and ContainerPort, or Port , but not both.
containerName - The container name value to use for the service discovery service.
If the task definition uses the bridge or host network mode, you must
specify ContainerName and ContainerPort.
If the task definition uses the awsvpc network mode and a type SRV DNS record, you must
specify either ContainerName and ContainerPort, or Port , but
not both.
AwsEcsServiceServiceRegistriesDetails.Builder containerPort(Integer containerPort)
The port value to use for the service discovery service.
If the task definition uses the bridge or host network mode, you must specify
ContainerName and ContainerPort.
If the task definition uses the awsvpc network mode and a type SRV DNS record, you must specify
either ContainerName and ContainerPort, or Port , but not both.
containerPort - The port value to use for the service discovery service.
If the task definition uses the bridge or host network mode, you must
specify ContainerName and ContainerPort.
If the task definition uses the awsvpc network mode and a type SRV DNS record, you must
specify either ContainerName and ContainerPort, or Port , but
not both.
AwsEcsServiceServiceRegistriesDetails.Builder port(Integer port)
The port value to use for a service discovery service that specifies an SRV record. This field can be used if
both the awsvpcawsvpc network mode and SRV records are used.
port - The port value to use for a service discovery service that specifies an SRV record. This field can be
used if both the awsvpcawsvpc network mode and SRV records are used.AwsEcsServiceServiceRegistriesDetails.Builder registryArn(String registryArn)
The ARN of the service registry.
registryArn - The ARN of the service registry.Copyright © 2023. All rights reserved.