Interface DeleteDbProxyEndpointRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteDbProxyEndpointRequest.Builder,DeleteDbProxyEndpointRequest>
,RdsRequest.Builder
,SdkBuilder<DeleteDbProxyEndpointRequest.Builder,DeleteDbProxyEndpointRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DeleteDbProxyEndpointRequest
public static interface DeleteDbProxyEndpointRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<DeleteDbProxyEndpointRequest.Builder,DeleteDbProxyEndpointRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteDbProxyEndpointRequest.Builder
dbProxyEndpointName(String dbProxyEndpointName)
The name of the DB proxy endpoint to delete.DeleteDbProxyEndpointRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DeleteDbProxyEndpointRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
dbProxyEndpointName
DeleteDbProxyEndpointRequest.Builder dbProxyEndpointName(String dbProxyEndpointName)
The name of the DB proxy endpoint to delete.
- Parameters:
dbProxyEndpointName
- The name of the DB proxy endpoint to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteDbProxyEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteDbProxyEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-