public static interface CreateDbClusterEndpointRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<CreateDbClusterEndpointRequest.Builder,CreateDbClusterEndpointRequest>
Modifier and Type | Method and Description |
---|---|
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(Collection<String> excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group.
|
CreateDbClusterEndpointRequest.Builder |
excludedMembers(String... excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group.
|
CreateDbClusterEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDbClusterEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDbClusterEndpointRequest.Builder |
staticMembers(Collection<String> staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
|
CreateDbClusterEndpointRequest.Builder |
staticMembers(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.
|
CreateDbClusterEndpointRequest.Builder |
tags(Tag... tags)
The tags to be assigned to the Amazon RDS resource.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateDbClusterEndpointRequest.Builder dbClusterIdentifier(String dbClusterIdentifier)
The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.
dbClusterIdentifier
- The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as
a lowercase string.CreateDbClusterEndpointRequest.Builder dbClusterEndpointIdentifier(String dbClusterEndpointIdentifier)
The identifier to use for the new endpoint. This parameter is stored as a lowercase string.
dbClusterEndpointIdentifier
- The identifier to use for the new endpoint. This parameter is stored as a lowercase string.CreateDbClusterEndpointRequest.Builder endpointType(String endpointType)
The type of the endpoint, one of: READER
, WRITER
, ANY
.
endpointType
- The type of the endpoint, one of: READER
, WRITER
, ANY
.CreateDbClusterEndpointRequest.Builder staticMembers(Collection<String> staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
staticMembers
- List of DB instance identifiers that are part of the custom endpoint group.CreateDbClusterEndpointRequest.Builder staticMembers(String... staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
staticMembers
- List of DB instance identifiers that are 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. All other eligible instances are reachable through the custom endpoint. This parameter is relevant only if the list of static members is empty.
excludedMembers
- List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible
instances are reachable through the custom endpoint. This parameter is relevant only if the list of
static members is empty.CreateDbClusterEndpointRequest.Builder excludedMembers(String... excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible instances are reachable through the custom endpoint. This parameter is relevant only if the list of static members is empty.
excludedMembers
- List of DB instance identifiers that aren't part of the custom endpoint group. All other eligible
instances are reachable through the custom endpoint. This parameter is relevant only if the list of
static members is empty.CreateDbClusterEndpointRequest.Builder tags(Collection<Tag> tags)
The tags to be assigned to the Amazon RDS resource.
tags
- The tags to be assigned to the Amazon RDS resource.CreateDbClusterEndpointRequest.Builder tags(Tag... tags)
The tags to be assigned to the Amazon RDS resource.
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.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually via
Tag.builder()
.
When the Consumer
completes, SdkBuilder.build()
is
called immediately and its result is passed to #tags(List
.
tags
- a consumer that will call methods on Tag.Builder
#tags(java.util.Collection)
CreateDbClusterEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateDbClusterEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.