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