public static interface AssociateDrtRoleRequest.Builder extends ShieldRequest.Builder, SdkPojo, CopyableBuilder<AssociateDrtRoleRequest.Builder,AssociateDrtRoleRequest>
| Modifier and Type | Method and Description |
|---|---|
AssociateDrtRoleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AssociateDrtRoleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AssociateDrtRoleRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role the DRT will use to access your AWS account.
|
buildoverrideConfigurationcopyapplyMutation, buildAssociateDrtRoleRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role the DRT will use to access your AWS account.
Prior to making the AssociateDRTRole request, you must attach the AWSShieldDRTAccessPolicy managed policy to this role. For more information see Attaching
and Detaching IAM Policies.
roleArn - The Amazon Resource Name (ARN) of the role the DRT will use to access your AWS account.
Prior to making the AssociateDRTRole request, you must attach the AWSShieldDRTAccessPolicy managed policy to this role. For more information see Attaching and Detaching IAM Policies.
AssociateDrtRoleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AssociateDrtRoleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.