Interface AssociateEnvironmentOperationsRoleRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<AssociateEnvironmentOperationsRoleRequest.Builder,,- AssociateEnvironmentOperationsRoleRequest> - ElasticBeanstalkRequest.Builder,- SdkBuilder<AssociateEnvironmentOperationsRoleRequest.Builder,,- AssociateEnvironmentOperationsRoleRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- AssociateEnvironmentOperationsRoleRequest
@Mutable
@NotThreadSafe
public static interface AssociateEnvironmentOperationsRoleRequest.Builder
extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<AssociateEnvironmentOperationsRoleRequest.Builder,AssociateEnvironmentOperationsRoleRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionenvironmentName(String environmentName) The name of the environment to which to set the operations role.operationsRole(String operationsRole) The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role.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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
environmentNameThe name of the environment to which to set the operations role. - Parameters:
- environmentName- The name of the environment to which to set the operations role.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
operationsRoleThe Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role. - Parameters:
- operationsRole- The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationAssociateEnvironmentOperationsRoleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationAssociateEnvironmentOperationsRoleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-