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) |
ModifyDbClusterEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyDbClusterEndpointRequest.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, WRITER, ANY.
endpointType - The type of the endpoint. One of: READER, WRITER, 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)
overrideConfiguration in interface AwsRequest.BuilderModifyDbClusterEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.