public static interface DeleteDeploymentRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteDeploymentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteDeploymentRequest.Builder |
restApiId(String restApiId)
The string identifier of the associated RestApi.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.