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.
|
build
overrideConfiguration
copy
applyMutation, build
AssociateDrtRoleRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AssociateDrtRoleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.