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