Class S3ManifestConfig
- java.lang.Object
-
- software.amazon.awssdk.services.datasync.model.S3ManifestConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3ManifestConfig.Builder,S3ManifestConfig>
@Generated("software.amazon.awssdk:codegen") public final class S3ManifestConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3ManifestConfig.Builder,S3ManifestConfig>
Specifies the S3 bucket where you're hosting the manifest that you want DataSync to use. For more information and configuration examples, see Specifying what DataSync transfers by using a manifest.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3ManifestConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketAccessRoleArn()Specifies the Identity and Access Management (IAM) role that allows DataSync to access your manifest.static S3ManifestConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmanifestObjectPath()Specifies the Amazon S3 object key of your manifest.StringmanifestObjectVersionId()Specifies the object version ID of the manifest that you want DataSync to use.Strings3BucketArn()Specifies the Amazon Resource Name (ARN) of the S3 bucket where you're hosting your manifest.List<SdkField<?>>sdkFields()static Class<? extends S3ManifestConfig.Builder>serializableBuilderClass()S3ManifestConfig.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
-
manifestObjectPath
public final String manifestObjectPath()
Specifies the Amazon S3 object key of your manifest. This can include a prefix (for example,
prefix/my-manifest.csv).- Returns:
- Specifies the Amazon S3 object key of your manifest. This can include a prefix (for example,
prefix/my-manifest.csv).
-
bucketAccessRoleArn
public final String bucketAccessRoleArn()
Specifies the Identity and Access Management (IAM) role that allows DataSync to access your manifest. For more information, see Providing DataSync access to your manifest.
- Returns:
- Specifies the Identity and Access Management (IAM) role that allows DataSync to access your manifest. For more information, see Providing DataSync access to your manifest.
-
s3BucketArn
public final String s3BucketArn()
Specifies the Amazon Resource Name (ARN) of the S3 bucket where you're hosting your manifest.
- Returns:
- Specifies the Amazon Resource Name (ARN) of the S3 bucket where you're hosting your manifest.
-
manifestObjectVersionId
public final String manifestObjectVersionId()
Specifies the object version ID of the manifest that you want DataSync to use. If you don't set this, DataSync uses the latest version of the object.
- Returns:
- Specifies the object version ID of the manifest that you want DataSync to use. If you don't set this, DataSync uses the latest version of the object.
-
toBuilder
public S3ManifestConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3ManifestConfig.Builder,S3ManifestConfig>
-
builder
public static S3ManifestConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3ManifestConfig.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.
-
-