Interface AssociateEnvironmentOperationsRoleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateEnvironmentOperationsRoleRequest.Builder,AssociateEnvironmentOperationsRoleRequest>,ElasticBeanstalkRequest.Builder,SdkBuilder<AssociateEnvironmentOperationsRoleRequest.Builder,AssociateEnvironmentOperationsRoleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateEnvironmentOperationsRoleRequest
public static interface AssociateEnvironmentOperationsRoleRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<AssociateEnvironmentOperationsRoleRequest.Builder,AssociateEnvironmentOperationsRoleRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateEnvironmentOperationsRoleRequest.BuilderenvironmentName(String environmentName)The name of the environment to which to set the operations role.AssociateEnvironmentOperationsRoleRequest.BuilderoperationsRole(String operationsRole)The Amazon Resource Name (ARN) of an existing IAM role to be used as the environment's operations role.AssociateEnvironmentOperationsRoleRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateEnvironmentOperationsRoleRequest.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
AssociateEnvironmentOperationsRoleRequest.Builder environmentName(String environmentName)
The 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.
-
operationsRole
AssociateEnvironmentOperationsRoleRequest.Builder operationsRole(String operationsRole)
The 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.
-
overrideConfiguration
AssociateEnvironmentOperationsRoleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateEnvironmentOperationsRoleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-