* The Amazon Resource Name (ARN) of the role the SRT used to access your Amazon Web Services account. *
*/ private String roleArn; /** ** The list of Amazon S3 buckets accessed by the SRT. *
*/ private java.util.List* The Amazon Resource Name (ARN) of the role the SRT used to access your Amazon Web Services account. *
* * @param roleArn * The Amazon Resource Name (ARN) of the role the SRT used to access your Amazon Web Services account. */ public void setRoleArn(String roleArn) { this.roleArn = roleArn; } /** ** The Amazon Resource Name (ARN) of the role the SRT used to access your Amazon Web Services account. *
* * @return The Amazon Resource Name (ARN) of the role the SRT used to access your Amazon Web Services account. */ public String getRoleArn() { return this.roleArn; } /** ** The Amazon Resource Name (ARN) of the role the SRT used to access your Amazon Web Services account. *
* * @param roleArn * The Amazon Resource Name (ARN) of the role the SRT used to access your Amazon Web Services account. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeDRTAccessResult withRoleArn(String roleArn) { setRoleArn(roleArn); return this; } /** ** The list of Amazon S3 buckets accessed by the SRT. *
* * @return The list of Amazon S3 buckets accessed by the SRT. */ public java.util.List* The list of Amazon S3 buckets accessed by the SRT. *
* * @param logBucketList * The list of Amazon S3 buckets accessed by the SRT. */ public void setLogBucketList(java.util.Collection* The list of Amazon S3 buckets accessed by the SRT. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setLogBucketList(java.util.Collection)} or {@link #withLogBucketList(java.util.Collection)} if you want * to override the existing values. *
* * @param logBucketList * The list of Amazon S3 buckets accessed by the SRT. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeDRTAccessResult withLogBucketList(String... logBucketList) { if (this.logBucketList == null) { setLogBucketList(new java.util.ArrayList* The list of Amazon S3 buckets accessed by the SRT. *
* * @param logBucketList * The list of Amazon S3 buckets accessed by the SRT. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeDRTAccessResult withLogBucketList(java.util.Collection