Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.model.analytics |
Modifier and Type | Method and Description |
---|---|
AnalyticsS3BucketDestination |
AnalyticsExportDestination.getS3BucketDestination() |
AnalyticsS3BucketDestination |
AnalyticsS3BucketDestination.withBucketAccountId(String bucketAccountId)
Sets the account ID that owns the destination bucket and returns this object for method chaining.
|
AnalyticsS3BucketDestination |
AnalyticsS3BucketDestination.withBucketArn(String bucketArn)
Sets the Amazon resource name (ARN) of the bucket to which data is exported
and returns this object for method chaining.
|
AnalyticsS3BucketDestination |
AnalyticsS3BucketDestination.withFormat(AnalyticsS3ExportFileFormat format)
Sets the file format used when exporting data to Amazon S3.
|
AnalyticsS3BucketDestination |
AnalyticsS3BucketDestination.withFormat(String format)
Sets the file format used when exporting data to Amazon S3.
|
AnalyticsS3BucketDestination |
AnalyticsS3BucketDestination.withPrefix(String prefix)
Sets the prefix to use when exporting data.
|
Modifier and Type | Method and Description |
---|---|
void |
AnalyticsExportDestination.setS3BucketDestination(AnalyticsS3BucketDestination s3BucketDestination) |
AnalyticsExportDestination |
AnalyticsExportDestination.withS3BucketDestination(AnalyticsS3BucketDestination s3BucketDestination) |
Copyright © 2024. All rights reserved.