Class ClusterEndpoint
- java.lang.Object
-
- software.amazon.awssdk.services.route53recoverycontrolconfig.model.ClusterEndpoint
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ClusterEndpoint.Builder,ClusterEndpoint>
@Generated("software.amazon.awssdk:codegen") public final class ClusterEndpoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ClusterEndpoint.Builder,ClusterEndpoint>
A cluster endpoint. Specify an endpoint when you want to set or retrieve a routing control state in the cluster.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceClusterEndpoint.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClusterEndpoint.Builderbuilder()Stringendpoint()A cluster endpoint.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringregion()The Amazon Web Services Region for a cluster endpoint.List<SdkField<?>>sdkFields()static Class<? extends ClusterEndpoint.Builder>serializableBuilderClass()ClusterEndpoint.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
endpoint
public final String endpoint()
A cluster endpoint. Specify an endpoint and Amazon Web Services Region when you want to set or retrieve a routing control state in the cluster.
To get or update the routing control state, see the Amazon Route 53 Application Recovery Controller Routing Control Actions.
- Returns:
- A cluster endpoint. Specify an endpoint and Amazon Web Services Region when you want to set or retrieve a
routing control state in the cluster.
To get or update the routing control state, see the Amazon Route 53 Application Recovery Controller Routing Control Actions.
-
region
public final String region()
The Amazon Web Services Region for a cluster endpoint.
- Returns:
- The Amazon Web Services Region for a cluster endpoint.
-
toBuilder
public ClusterEndpoint.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ClusterEndpoint.Builder,ClusterEndpoint>
-
builder
public static ClusterEndpoint.Builder builder()
-
serializableBuilderClass
public static Class<? extends ClusterEndpoint.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-