| Package | Description |
|---|---|
| com.amazonaws.services.bcmdataexports.model |
| Modifier and Type | Method and Description |
|---|---|
S3Destination |
S3Destination.clone() |
S3Destination |
DestinationConfigurations.getS3Destination()
An object that describes the destination of the data exports file.
|
S3Destination |
S3Destination.withS3Bucket(String s3Bucket)
The name of the Amazon S3 bucket used as the destination of a data export file.
|
S3Destination |
S3Destination.withS3OutputConfigurations(S3OutputConfigurations s3OutputConfigurations)
The output configuration for the data export.
|
S3Destination |
S3Destination.withS3Prefix(String s3Prefix)
The S3 path prefix you want prepended to the name of your data export.
|
S3Destination |
S3Destination.withS3Region(String s3Region)
The S3 bucket Region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DestinationConfigurations.setS3Destination(S3Destination s3Destination)
An object that describes the destination of the data exports file.
|
DestinationConfigurations |
DestinationConfigurations.withS3Destination(S3Destination s3Destination)
An object that describes the destination of the data exports file.
|
Copyright © 2025. All rights reserved.