Interface AssociateEnvironmentRoleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateEnvironmentRoleRequest.Builder,AssociateEnvironmentRoleRequest>,DataZoneRequest.Builder,SdkBuilder<AssociateEnvironmentRoleRequest.Builder,AssociateEnvironmentRoleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateEnvironmentRoleRequest
public static interface AssociateEnvironmentRoleRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<AssociateEnvironmentRoleRequest.Builder,AssociateEnvironmentRoleRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateEnvironmentRoleRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the Amazon DataZone domain in which the environment role is associated.AssociateEnvironmentRoleRequest.BuilderenvironmentIdentifier(String environmentIdentifier)The ID of the Amazon DataZone environment.AssociateEnvironmentRoleRequest.BuilderenvironmentRoleArn(String environmentRoleArn)The ARN of the environment role.AssociateEnvironmentRoleRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateEnvironmentRoleRequest.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.datazone.model.DataZoneRequest.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 Detail
-
domainIdentifier
AssociateEnvironmentRoleRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which the environment role is associated.
- Parameters:
domainIdentifier- The ID of the Amazon DataZone domain in which the environment role is associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentIdentifier
AssociateEnvironmentRoleRequest.Builder environmentIdentifier(String environmentIdentifier)
The ID of the Amazon DataZone environment.
- Parameters:
environmentIdentifier- The ID of the Amazon DataZone environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentRoleArn
AssociateEnvironmentRoleRequest.Builder environmentRoleArn(String environmentRoleArn)
The ARN of the environment role.
- Parameters:
environmentRoleArn- The ARN of the environment role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateEnvironmentRoleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateEnvironmentRoleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-