Uses of Interface
software.amazon.awssdk.services.rds.model.CreateDbClusterEndpointRequest.Builder
Packages that use CreateDbClusterEndpointRequest.Builder
Package
Description
-
Uses of CreateDbClusterEndpointRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type CreateDbClusterEndpointRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.createDBClusterEndpoint(Consumer<CreateDbClusterEndpointRequest.Builder> createDbClusterEndpointRequest) Creates a new custom endpoint and associates it with an Amazon Aurora DB cluster.default CreateDbClusterEndpointResponseRdsClient.createDBClusterEndpoint(Consumer<CreateDbClusterEndpointRequest.Builder> createDbClusterEndpointRequest) Creates a new custom endpoint and associates it with an Amazon Aurora DB cluster. -
Uses of CreateDbClusterEndpointRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CreateDbClusterEndpointRequest.BuilderModifier and TypeMethodDescriptionCreateDbClusterEndpointRequest.builder()CreateDbClusterEndpointRequest.Builder.dbClusterEndpointIdentifier(String dbClusterEndpointIdentifier) The identifier to use for the new endpoint.CreateDbClusterEndpointRequest.Builder.dbClusterIdentifier(String dbClusterIdentifier) The DB cluster identifier of the DB cluster associated with the endpoint.CreateDbClusterEndpointRequest.Builder.endpointType(String endpointType) The type of the endpoint, one of:READER,WRITER,ANY.CreateDbClusterEndpointRequest.Builder.excludedMembers(String... excludedMembers) List of DB instance identifiers that aren't part of the custom endpoint group.CreateDbClusterEndpointRequest.Builder.excludedMembers(Collection<String> excludedMembers) List of DB instance identifiers that aren't part of the custom endpoint group.CreateDbClusterEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateDbClusterEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateDbClusterEndpointRequest.Builder.staticMembers(String... staticMembers) List of DB instance identifiers that are part of the custom endpoint group.CreateDbClusterEndpointRequest.Builder.staticMembers(Collection<String> staticMembers) List of DB instance identifiers that are part of the custom endpoint group.CreateDbClusterEndpointRequest.Builder.tags(Collection<Tag> tags) The tags to be assigned to the Amazon RDS resource.CreateDbClusterEndpointRequest.Builder.tags(Consumer<Tag.Builder>... tags) The tags to be assigned to the Amazon RDS resource.The tags to be assigned to the Amazon RDS resource.CreateDbClusterEndpointRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CreateDbClusterEndpointRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateDbClusterEndpointRequest.Builder>CreateDbClusterEndpointRequest.serializableBuilderClass()