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.
|
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. Only relevant 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. Only relevant 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. Only relevant 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. Only relevant 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 that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
CreateDbClusterEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateDbClusterEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.