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