Interface ApplyEnvironmentManagedActionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ApplyEnvironmentManagedActionRequest.Builder,ApplyEnvironmentManagedActionRequest>,ElasticBeanstalkRequest.Builder,SdkBuilder<ApplyEnvironmentManagedActionRequest.Builder,ApplyEnvironmentManagedActionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ApplyEnvironmentManagedActionRequest
public static interface ApplyEnvironmentManagedActionRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<ApplyEnvironmentManagedActionRequest.Builder,ApplyEnvironmentManagedActionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplyEnvironmentManagedActionRequest.BuilderactionId(String actionId)The action ID of the scheduled managed action to execute.ApplyEnvironmentManagedActionRequest.BuilderenvironmentId(String environmentId)The environment ID of the target environment.ApplyEnvironmentManagedActionRequest.BuilderenvironmentName(String environmentName)The name of the target environment.ApplyEnvironmentManagedActionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ApplyEnvironmentManagedActionRequest.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
-
environmentName
ApplyEnvironmentManagedActionRequest.Builder environmentName(String environmentName)
The name of the target environment.
- Parameters:
environmentName- The name of the target environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
ApplyEnvironmentManagedActionRequest.Builder environmentId(String environmentId)
The environment ID of the target environment.
- Parameters:
environmentId- The environment ID of the target environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionId
ApplyEnvironmentManagedActionRequest.Builder actionId(String actionId)
The action ID of the scheduled managed action to execute.
- Parameters:
actionId- The action ID of the scheduled managed action to execute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ApplyEnvironmentManagedActionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ApplyEnvironmentManagedActionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-