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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteEnvironmentConfigurationRequest.BuilderapplicationName(String applicationName)The name of the application the environment is associated with.DeleteEnvironmentConfigurationRequest.BuilderenvironmentName(String environmentName)The name of the environment to delete the draft configuration from.DeleteEnvironmentConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteEnvironmentConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
applicationName
DeleteEnvironmentConfigurationRequest.Builder applicationName(String 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
DeleteEnvironmentConfigurationRequest.Builder environmentName(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteEnvironmentConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-