Uses of Interface
software.amazon.awssdk.services.rds.model.CreateDbClusterEndpointResponse.Builder
Packages that use CreateDbClusterEndpointResponse.Builder
-
Uses of CreateDbClusterEndpointResponse.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CreateDbClusterEndpointResponse.BuilderModifier and TypeMethodDescriptionCreateDbClusterEndpointResponse.builder()CreateDbClusterEndpointResponse.Builder.customEndpointType(String customEndpointType) The type associated with a custom endpoint.CreateDbClusterEndpointResponse.Builder.dbClusterEndpointArn(String dbClusterEndpointArn) The Amazon Resource Name (ARN) for the endpoint.CreateDbClusterEndpointResponse.Builder.dbClusterEndpointIdentifier(String dbClusterEndpointIdentifier) The identifier associated with the endpoint.CreateDbClusterEndpointResponse.Builder.dbClusterEndpointResourceIdentifier(String dbClusterEndpointResourceIdentifier) A unique system-generated identifier for an endpoint.CreateDbClusterEndpointResponse.Builder.dbClusterIdentifier(String dbClusterIdentifier) The DB cluster identifier of the DB cluster associated with the endpoint.The DNS address of the endpoint.CreateDbClusterEndpointResponse.Builder.endpointType(String endpointType) The type of the endpoint.CreateDbClusterEndpointResponse.Builder.excludedMembers(String... excludedMembers) List of DB instance identifiers that aren't part of the custom endpoint group.CreateDbClusterEndpointResponse.Builder.excludedMembers(Collection<String> excludedMembers) List of DB instance identifiers that aren't part of the custom endpoint group.CreateDbClusterEndpointResponse.Builder.staticMembers(String... staticMembers) List of DB instance identifiers that are part of the custom endpoint group.CreateDbClusterEndpointResponse.Builder.staticMembers(Collection<String> staticMembers) List of DB instance identifiers that are part of the custom endpoint group.The current status of the endpoint.CreateDbClusterEndpointResponse.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CreateDbClusterEndpointResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateDbClusterEndpointResponse.Builder>CreateDbClusterEndpointResponse.serializableBuilderClass()