public static interface DescribeDrtAccessResponse.Builder extends ShieldResponse.Builder, SdkPojo, CopyableBuilder<DescribeDrtAccessResponse.Builder,DescribeDrtAccessResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDrtAccessResponse.Builder |
logBucketList(Collection<String> logBucketList)
The list of Amazon S3 buckets accessed by the DRT.
|
DescribeDrtAccessResponse.Builder |
logBucketList(String... logBucketList)
The list of Amazon S3 buckets accessed by the DRT.
|
DescribeDrtAccessResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role the DRT used to access your AWS account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeDrtAccessResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role the DRT used to access your AWS account.
roleArn - The Amazon Resource Name (ARN) of the role the DRT used to access your AWS account.DescribeDrtAccessResponse.Builder logBucketList(Collection<String> logBucketList)
The list of Amazon S3 buckets accessed by the DRT.
logBucketList - The list of Amazon S3 buckets accessed by the DRT.DescribeDrtAccessResponse.Builder logBucketList(String... logBucketList)
The list of Amazon S3 buckets accessed by the DRT.
logBucketList - The list of Amazon S3 buckets accessed by the DRT.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.