@Generated(value="software.amazon.awssdk:codegen") public final class ReportDestinationS3 extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReportDestinationS3.Builder,ReportDestinationS3>
Specifies the Amazon S3 bucket where DataSync uploads your task report.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReportDestinationS3.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketAccessRoleArn()
Specifies the Amazon Resource Name (ARN) of the IAM policy that allows DataSync to upload a task report to your
S3 bucket.
|
static ReportDestinationS3.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3BucketArn()
Specifies the ARN of the S3 bucket where DataSync uploads your report.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReportDestinationS3.Builder> |
serializableBuilderClass() |
String |
subdirectory()
Specifies a bucket prefix for your report.
|
ReportDestinationS3.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String subdirectory()
Specifies a bucket prefix for your report.
public final String s3BucketArn()
Specifies the ARN of the S3 bucket where DataSync uploads your report.
public final String bucketAccessRoleArn()
Specifies the Amazon Resource Name (ARN) of the IAM policy that allows DataSync to upload a task report to your S3 bucket. For more information, see Allowing DataSync to upload a task report to an Amazon S3 bucket.
public ReportDestinationS3.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReportDestinationS3.Builder,ReportDestinationS3>public static ReportDestinationS3.Builder builder()
public static Class<? extends ReportDestinationS3.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.