Class Route53RecoveryClusterEndpointParams
- java.lang.Object
-
- software.amazon.awssdk.services.route53recoverycluster.endpoints.Route53RecoveryClusterEndpointParams
-
- All Implemented Interfaces:
ToCopyableBuilder<Route53RecoveryClusterEndpointParams.Builder,Route53RecoveryClusterEndpointParams>
@Generated("software.amazon.awssdk:codegen") public final class Route53RecoveryClusterEndpointParams extends Object implements ToCopyableBuilder<Route53RecoveryClusterEndpointParams.Builder,Route53RecoveryClusterEndpointParams>
The parameters object used to resolve an endpoint for the Route53RecoveryCluster service.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRoute53RecoveryClusterEndpointParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Route53RecoveryClusterEndpointParams.Builderbuilder()Stringendpoint()Regionregion()Route53RecoveryClusterEndpointParams.BuildertoBuilder()BooleanuseDualStack()BooleanuseFips()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
builder
public static Route53RecoveryClusterEndpointParams.Builder builder()
-
region
public Region region()
-
useDualStack
public Boolean useDualStack()
-
useFips
public Boolean useFips()
-
endpoint
public String endpoint()
-
toBuilder
public Route53RecoveryClusterEndpointParams.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Route53RecoveryClusterEndpointParams.Builder,Route53RecoveryClusterEndpointParams>
-
-