Uses of Interface
software.amazon.awssdk.services.route53recoverycontrolconfig.model.ClusterEndpoint.Builder
-
Packages that use ClusterEndpoint.Builder Package Description software.amazon.awssdk.services.route53recoverycontrolconfig.model -
-
Uses of ClusterEndpoint.Builder in software.amazon.awssdk.services.route53recoverycontrolconfig.model
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return ClusterEndpoint.Builder Modifier and Type Method Description static ClusterEndpoint.BuilderClusterEndpoint. builder()ClusterEndpoint.BuilderClusterEndpoint.Builder. endpoint(String endpoint)A cluster endpoint.ClusterEndpoint.BuilderClusterEndpoint.Builder. region(String region)The Amazon Web Services Region for a cluster endpoint.ClusterEndpoint.BuilderClusterEndpoint. toBuilder()Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return types with arguments of type ClusterEndpoint.Builder Modifier and Type Method Description static Class<? extends ClusterEndpoint.Builder>ClusterEndpoint. serializableBuilderClass()
-