Interface ModifyDbClusterEndpointRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifyDbClusterEndpointRequest.Builder,,ModifyDbClusterEndpointRequest> RdsRequest.Builder,SdkBuilder<ModifyDbClusterEndpointRequest.Builder,,ModifyDbClusterEndpointRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ModifyDbClusterEndpointRequest
@Mutable
@NotThreadSafe
public static interface ModifyDbClusterEndpointRequest.Builder
extends RdsRequest.Builder, SdkPojo, CopyableBuilder<ModifyDbClusterEndpointRequest.Builder,ModifyDbClusterEndpointRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondbClusterEndpointIdentifier(String dbClusterEndpointIdentifier) The identifier of the endpoint to modify.endpointType(String endpointType) The type of the endpoint.excludedMembers(String... excludedMembers) List of DB instance identifiers that aren't part of the custom endpoint group.excludedMembers(Collection<String> excludedMembers) List of DB instance identifiers that aren't part of the custom endpoint group.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) staticMembers(String... staticMembers) List of DB instance identifiers that are part of the custom endpoint group.staticMembers(Collection<String> staticMembers) List of DB instance identifiers that are part of the custom endpoint group.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dbClusterEndpointIdentifier
ModifyDbClusterEndpointRequest.Builder dbClusterEndpointIdentifier(String dbClusterEndpointIdentifier) The identifier of the endpoint to modify. This parameter is stored as a lowercase string.
- Parameters:
dbClusterEndpointIdentifier- The identifier of the endpoint to modify. This parameter is stored as a lowercase string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointType
The type of the endpoint. One of:
READER,WRITER,ANY.- Parameters:
endpointType- The type of the endpoint. One of:READER,WRITER,ANY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
staticMembers
List of DB instance identifiers that are part of the custom endpoint group.
- Parameters:
staticMembers- List of DB instance identifiers that are part of the custom endpoint group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
staticMembers
List of DB instance identifiers that are part of the custom endpoint group.
- Parameters:
staticMembers- List of DB instance identifiers that are part of the custom endpoint group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ModifyDbClusterEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyDbClusterEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-