@Generated(value="software.amazon.awssdk:codegen") public final class ServiceRegistry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceRegistry.Builder,ServiceRegistry>
Details of the service registry.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceRegistry.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceRegistry.Builder |
builder() |
String |
containerName()
The container name value, already specified in the task definition, to be used for your service discovery
service.
|
Integer |
containerPort()
The port value, already specified in the task definition, to be used for your service discovery service.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
port()
The port value used if your service discovery service specified an SRV record.
|
String |
registryArn()
The Amazon Resource Name (ARN) of the service registry.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceRegistry.Builder> |
serializableBuilderClass() |
ServiceRegistry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String registryArn()
The Amazon Resource Name (ARN) of the service registry. The currently supported service registry is AWS Cloud Map. For more information, see CreateService.
public final 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.
awsvpc network mode and SRV records are used.public final 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.
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.public final 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.
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.public ServiceRegistry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceRegistry.Builder,ServiceRegistry>public static ServiceRegistry.Builder builder()
public static Class<? extends ServiceRegistry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.