Class ReportDestinationS3
- java.lang.Object
-
- software.amazon.awssdk.services.datasync.model.ReportDestinationS3
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReportDestinationS3.Builder,ReportDestinationS3>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReportDestinationS3.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketAccessRoleArn()Specifies the Amazon Resource Name (ARN) of the IAM policy that allows DataSync to upload a task report to your S3 bucket.static ReportDestinationS3.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Strings3BucketArn()Specifies the ARN of the S3 bucket where DataSync uploads your report.List<SdkField<?>>sdkFields()static Class<? extends ReportDestinationS3.Builder>serializableBuilderClass()Stringsubdirectory()Specifies a bucket prefix for your report.ReportDestinationS3.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
subdirectory
public final String subdirectory()
Specifies a bucket prefix for your report.
- Returns:
- Specifies a bucket prefix for your report.
-
s3BucketArn
public final String s3BucketArn()
Specifies the ARN of the S3 bucket where DataSync uploads your report.
- Returns:
- Specifies the ARN of the S3 bucket where DataSync uploads your report.
-
bucketAccessRoleArn
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.
- Returns:
- 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.
-
toBuilder
public ReportDestinationS3.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReportDestinationS3.Builder,ReportDestinationS3>
-
builder
public static ReportDestinationS3.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReportDestinationS3.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-