public static interface DeleteEnvironmentRequest.Builder extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<DeleteEnvironmentRequest.Builder,DeleteEnvironmentRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteEnvironmentRequest.Builder |
applicationId(String applicationId)
The application ID that includes the environment that you want to delete.
|
DeleteEnvironmentRequest.Builder |
environmentId(String environmentId)
The ID of the environment that you want to delete.
|
DeleteEnvironmentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteEnvironmentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteEnvironmentRequest.Builder applicationId(String applicationId)
The application ID that includes the environment that you want to delete.
applicationId - The application ID that includes the environment that you want to delete.DeleteEnvironmentRequest.Builder environmentId(String environmentId)
The ID of the environment that you want to delete.
environmentId - The ID of the environment that you want to delete.DeleteEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.