public static interface DeleteDeploymentRequest.Builder extends APIGatewayRequest.Builder, CopyableBuilder<DeleteDeploymentRequest.Builder,DeleteDeploymentRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteDeploymentRequest.Builder |
deploymentId(String deploymentId)
The identifier of the Deployment resource to delete.
|
DeleteDeploymentRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteDeploymentRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteDeploymentRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
buildrequestOverrideConfigcopyapply, buildDeleteDeploymentRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.DeleteDeploymentRequest.Builder deploymentId(String deploymentId)
The identifier of the Deployment resource to delete.
deploymentId - The identifier of the Deployment resource to delete.DeleteDeploymentRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeleteDeploymentRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.