public static interface ModifyDbClusterEndpointRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<ModifyDbClusterEndpointRequest.Builder,ModifyDbClusterEndpointRequest>
Modifier and Type | Method and Description |
---|---|
ModifyDbClusterEndpointRequest.Builder |
dbClusterEndpointIdentifier(String dbClusterEndpointIdentifier)
The identifier of the endpoint to modify.
|
ModifyDbClusterEndpointRequest.Builder |
endpointType(String endpointType)
The type of the endpoint.
|
ModifyDbClusterEndpointRequest.Builder |
excludedMembers(Collection<String> excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group.
|
ModifyDbClusterEndpointRequest.Builder |
excludedMembers(String... excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group.
|
ModifyDbClusterEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ModifyDbClusterEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ModifyDbClusterEndpointRequest.Builder |
staticMembers(Collection<String> staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
|
ModifyDbClusterEndpointRequest.Builder |
staticMembers(String... staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
|
build
overrideConfiguration
copy
applyMutation, build
ModifyDbClusterEndpointRequest.Builder dbClusterEndpointIdentifier(String dbClusterEndpointIdentifier)
The identifier of the endpoint to modify. This parameter is stored as a lowercase string.
dbClusterEndpointIdentifier
- The identifier of the endpoint to modify. This parameter is stored as a lowercase string.ModifyDbClusterEndpointRequest.Builder endpointType(String endpointType)
The type of the endpoint. One of: READER
, ANY
.
endpointType
- The type of the endpoint. One of: READER
, ANY
.ModifyDbClusterEndpointRequest.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.ModifyDbClusterEndpointRequest.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.ModifyDbClusterEndpointRequest.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.ModifyDbClusterEndpointRequest.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.ModifyDbClusterEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ModifyDbClusterEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.