static CreateDbClusterEndpointRequest.Builder |
CreateDbClusterEndpointRequest.builder() |
|
CreateDbClusterEndpointRequest.Builder |
CreateDbClusterEndpointRequest.Builder.dbClusterEndpointIdentifier(String dbClusterEndpointIdentifier) |
The identifier to use for the new endpoint.
|
CreateDbClusterEndpointRequest.Builder |
CreateDbClusterEndpointRequest.Builder.dbClusterIdentifier(String dbClusterIdentifier) |
The DB cluster identifier of the DB cluster associated with the endpoint.
|
CreateDbClusterEndpointRequest.Builder |
CreateDbClusterEndpointRequest.Builder.endpointType(String endpointType) |
The type of the endpoint, one of: READER, WRITER, ANY.
|
CreateDbClusterEndpointRequest.Builder |
CreateDbClusterEndpointRequest.Builder.excludedMembers(String... excludedMembers) |
List of DB instance identifiers that aren't part of the custom endpoint group.
|
CreateDbClusterEndpointRequest.Builder |
CreateDbClusterEndpointRequest.Builder.excludedMembers(Collection<String> excludedMembers) |
List of DB instance identifiers that aren't part of the custom endpoint group.
|
CreateDbClusterEndpointRequest.Builder |
CreateDbClusterEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateDbClusterEndpointRequest.Builder |
CreateDbClusterEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateDbClusterEndpointRequest.Builder |
CreateDbClusterEndpointRequest.Builder.staticMembers(String... staticMembers) |
List of DB instance identifiers that are part of the custom endpoint group.
|
CreateDbClusterEndpointRequest.Builder |
CreateDbClusterEndpointRequest.Builder.staticMembers(Collection<String> staticMembers) |
List of DB instance identifiers that are part of the custom endpoint group.
|
CreateDbClusterEndpointRequest.Builder |
CreateDbClusterEndpointRequest.Builder.tags(Collection<Tag> tags) |
The tags to be assigned to the Amazon RDS resource.
|
CreateDbClusterEndpointRequest.Builder |
CreateDbClusterEndpointRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags to be assigned to the Amazon RDS resource.
|
CreateDbClusterEndpointRequest.Builder |
CreateDbClusterEndpointRequest.Builder.tags(Tag... tags) |
The tags to be assigned to the Amazon RDS resource.
|
CreateDbClusterEndpointRequest.Builder |
CreateDbClusterEndpointRequest.toBuilder() |
|