public static interface DeleteDeploymentRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<DeleteDeploymentRequest.Builder,DeleteDeploymentRequest>
Modifier and Type | Method and Description |
---|---|
DeleteDeploymentRequest.Builder |
deploymentId(String deploymentId)
[Required] The identifier of the Deployment resource to delete.
|
DeleteDeploymentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteDeploymentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteDeploymentRequest.Builder |
restApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteDeploymentRequest.Builder restApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
restApiId
- [Required] The string identifier of the associated RestApi.DeleteDeploymentRequest.Builder deploymentId(String deploymentId)
[Required] The identifier of the Deployment resource to delete.
deploymentId
- [Required] The identifier of the Deployment resource to delete.DeleteDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.