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