Interface DeleteEnvironmentConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DeleteEnvironmentConfigurationRequest.Builder,
,DeleteEnvironmentConfigurationRequest> ElasticBeanstalkRequest.Builder
,SdkBuilder<DeleteEnvironmentConfigurationRequest.Builder,
,DeleteEnvironmentConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DeleteEnvironmentConfigurationRequest
public static interface DeleteEnvironmentConfigurationRequest.Builder
extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<DeleteEnvironmentConfigurationRequest.Builder,DeleteEnvironmentConfigurationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationName
(String applicationName) The name of the application the environment is associated with.environmentName
(String environmentName) The name of the environment to delete the draft configuration from.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
applicationName
The name of the application the environment is associated with.
- Parameters:
applicationName
- The name of the application the environment is associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentName
The name of the environment to delete the draft configuration from.
- Parameters:
environmentName
- The name of the environment to delete the draft configuration from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteEnvironmentConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DeleteEnvironmentConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-