Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
S3BucketSource |
S3BucketSource.clone() |
S3BucketSource |
ImportSummary.getS3BucketSource()
The path and S3 bucket of the source file that is being imported.
|
S3BucketSource |
ImportTableDescription.getS3BucketSource()
Values for the S3 bucket the source file is imported from.
|
S3BucketSource |
ImportTableRequest.getS3BucketSource()
The S3 bucket that provides the source for the import.
|
S3BucketSource |
S3BucketSource.withS3Bucket(String s3Bucket)
The S3 bucket that is being imported from.
|
S3BucketSource |
S3BucketSource.withS3BucketOwner(String s3BucketOwner)
The account number of the S3 bucket that is being imported from.
|
S3BucketSource |
S3BucketSource.withS3KeyPrefix(String s3KeyPrefix)
The key prefix shared by all S3 Objects that are being imported.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportSummary.setS3BucketSource(S3BucketSource s3BucketSource)
The path and S3 bucket of the source file that is being imported.
|
void |
ImportTableDescription.setS3BucketSource(S3BucketSource s3BucketSource)
Values for the S3 bucket the source file is imported from.
|
void |
ImportTableRequest.setS3BucketSource(S3BucketSource s3BucketSource)
The S3 bucket that provides the source for the import.
|
ImportSummary |
ImportSummary.withS3BucketSource(S3BucketSource s3BucketSource)
The path and S3 bucket of the source file that is being imported.
|
ImportTableDescription |
ImportTableDescription.withS3BucketSource(S3BucketSource s3BucketSource)
Values for the S3 bucket the source file is imported from.
|
ImportTableRequest |
ImportTableRequest.withS3BucketSource(S3BucketSource s3BucketSource)
The S3 bucket that provides the source for the import.
|
Copyright © 2023. All rights reserved.