CopyableBuilder<DeleteEnvironmentConfigurationRequest.Builder,DeleteEnvironmentConfigurationRequest>
, SdkBuilder<DeleteEnvironmentConfigurationRequest.Builder,DeleteEnvironmentConfigurationRequest>
public static interface DeleteEnvironmentConfigurationRequest.Builder extends CopyableBuilder<DeleteEnvironmentConfigurationRequest.Builder,DeleteEnvironmentConfigurationRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteEnvironmentConfigurationRequest.Builder |
applicationName(String applicationName) |
The name of the application the environment is associated with.
|
DeleteEnvironmentConfigurationRequest.Builder |
environmentName(String environmentName) |
The name of the environment to delete the draft configuration from.
|
copy
apply, build
DeleteEnvironmentConfigurationRequest.Builder applicationName(String applicationName)
The name of the application the environment is associated with.
applicationName
- The name of the application the environment is associated with.DeleteEnvironmentConfigurationRequest.Builder environmentName(String environmentName)
The name of the environment to delete the draft configuration from.
environmentName
- The name of the environment to delete the draft configuration from.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.