CopyableBuilder<AbortEnvironmentUpdateRequest.Builder,AbortEnvironmentUpdateRequest>
, SdkBuilder<AbortEnvironmentUpdateRequest.Builder,AbortEnvironmentUpdateRequest>
public static interface AbortEnvironmentUpdateRequest.Builder extends CopyableBuilder<AbortEnvironmentUpdateRequest.Builder,AbortEnvironmentUpdateRequest>
Modifier and Type | Method | Description |
---|---|---|
AbortEnvironmentUpdateRequest.Builder |
environmentId(String environmentId) |
This specifies the ID of the environment with the in-progress update that you want to cancel.
|
AbortEnvironmentUpdateRequest.Builder |
environmentName(String environmentName) |
This specifies the name of the environment with the in-progress update that you want to cancel.
|
copy
apply, build
AbortEnvironmentUpdateRequest.Builder environmentId(String environmentId)
This specifies the ID of the environment with the in-progress update that you want to cancel.
environmentId
- This specifies the ID of the environment with the in-progress update that you want to cancel.AbortEnvironmentUpdateRequest.Builder environmentName(String environmentName)
This specifies the name of the environment with the in-progress update that you want to cancel.
environmentName
- This specifies the name of the environment with the in-progress update that you want to cancel.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.