public static interface CreateDbClusterEndpointRequest.Builder extends NeptuneRequest.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 Neptune resource.
|
CreateDbClusterEndpointRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags to be assigned to the Amazon Neptune resource.
|
CreateDbClusterEndpointRequest.Builder |
tags(Tag... tags)
The tags to be assigned to the Amazon Neptune resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDbClusterEndpointRequest.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 Neptune resource.
tags - The tags to be assigned to the Amazon Neptune resource.CreateDbClusterEndpointRequest.Builder tags(Tag... tags)
The tags to be assigned to the Amazon Neptune resource.
tags - The tags to be assigned to the Amazon Neptune resource.CreateDbClusterEndpointRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to be assigned to the Amazon Neptune 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.BuilderCreateDbClusterEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.