public static interface DeleteDbClusterEndpointRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<DeleteDbClusterEndpointRequest.Builder,DeleteDbClusterEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteDbClusterEndpointRequest.Builder |
dbClusterEndpointIdentifier(String dbClusterEndpointIdentifier)
The identifier associated with the custom endpoint.
|
DeleteDbClusterEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteDbClusterEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteDbClusterEndpointRequest.Builder dbClusterEndpointIdentifier(String dbClusterEndpointIdentifier)
The identifier associated with the custom endpoint. This parameter is stored as a lowercase string.
dbClusterEndpointIdentifier - The identifier associated with the custom endpoint. This parameter is stored as a lowercase string.DeleteDbClusterEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteDbClusterEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.