CopyableBuilder<DeleteDeploymentRequest.Builder,DeleteDeploymentRequest>
, SdkBuilder<DeleteDeploymentRequest.Builder,DeleteDeploymentRequest>
public static interface DeleteDeploymentRequest.Builder extends CopyableBuilder<DeleteDeploymentRequest.Builder,DeleteDeploymentRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteDeploymentRequest.Builder |
deploymentId(String deploymentId) |
The identifier of the Deployment resource to delete.
|
DeleteDeploymentRequest.Builder |
restApiId(String restApiId) |
The identifier of the RestApi resource for the Deployment resource to delete.
|
copy
apply, build
DeleteDeploymentRequest.Builder restApiId(String restApiId)
The identifier of the RestApi resource for the Deployment resource to delete.
restApiId
- The identifier of the RestApi resource for the Deployment resource to delete.DeleteDeploymentRequest.Builder deploymentId(String deploymentId)
The identifier of the Deployment resource to delete.
deploymentId
- The identifier of the Deployment resource to delete.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.