| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
S3ManifestConfig |
S3ManifestConfig.clone() |
S3ManifestConfig |
SourceManifestConfig.getS3()
Specifies the S3 bucket where you're hosting your manifest.
|
S3ManifestConfig |
S3ManifestConfig.withBucketAccessRoleArn(String bucketAccessRoleArn)
Specifies the Identity and Access Management (IAM) role that allows DataSync to access your manifest.
|
S3ManifestConfig |
S3ManifestConfig.withManifestObjectPath(String manifestObjectPath)
Specifies the Amazon S3 object key of your manifest.
|
S3ManifestConfig |
S3ManifestConfig.withManifestObjectVersionId(String manifestObjectVersionId)
Specifies the object version ID of the manifest that you want DataSync to use.
|
S3ManifestConfig |
S3ManifestConfig.withS3BucketArn(String s3BucketArn)
Specifies the Amazon Resource Name (ARN) of the S3 bucket where you're hosting your manifest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceManifestConfig.setS3(S3ManifestConfig s3)
Specifies the S3 bucket where you're hosting your manifest.
|
SourceManifestConfig |
SourceManifestConfig.withS3(S3ManifestConfig s3)
Specifies the S3 bucket where you're hosting your manifest.
|
Copyright © 2024. All rights reserved.