Interface DescribeDrtAccessResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeDrtAccessResponse.Builder,,- DescribeDrtAccessResponse> - SdkBuilder<DescribeDrtAccessResponse.Builder,,- DescribeDrtAccessResponse> - SdkPojo,- SdkResponse.Builder,- ShieldResponse.Builder
- Enclosing class:
- DescribeDrtAccessResponse
public static interface DescribeDrtAccessResponse.Builder
extends ShieldResponse.Builder, SdkPojo, CopyableBuilder<DescribeDrtAccessResponse.Builder,DescribeDrtAccessResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionlogBucketList(String... logBucketList) The list of Amazon S3 buckets accessed by the SRT.logBucketList(Collection<String> logBucketList) The list of Amazon S3 buckets accessed by the SRT.The Amazon Resource Name (ARN) of the role the SRT used to access your Amazon Web Services account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.shield.model.ShieldResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
roleArnThe Amazon Resource Name (ARN) of the role the SRT used to access your Amazon Web Services account. - Parameters:
- roleArn- The Amazon Resource Name (ARN) of the role the SRT used to access your Amazon Web Services account.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
logBucketListThe list of Amazon S3 buckets accessed by the SRT. - Parameters:
- logBucketList- The list of Amazon S3 buckets accessed by the SRT.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
logBucketListThe list of Amazon S3 buckets accessed by the SRT. - Parameters:
- logBucketList- The list of Amazon S3 buckets accessed by the SRT.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-