public class AnalyticsS3BucketDestination extends Object implements Serializable
Constructor and Description |
---|
AnalyticsS3BucketDestination() |
Modifier and Type | Method and Description |
---|---|
String |
getBucketAccountId() |
String |
getBucketArn()
Returns the Amazon resource name (ARN) of the bucket to which data is exported.
|
String |
getFormat() |
String |
getPrefix()
Returns the prefix to use when exporting data.
|
void |
setBucketAccountId(String bucketAccountId)
Sets the account ID that owns the destination bucket.
|
void |
setBucketArn(String bucketArn)
Sets the Amazon resource name (ARN) of the bucket to which data is exported.
|
void |
setFormat(AnalyticsS3ExportFileFormat format)
Sets the file format used when exporting data to Amazon S3.
|
void |
setFormat(String format)
Sets the file format.
|
void |
setPrefix(String prefix)
Sets the prefix to use when exporting data.
|
AnalyticsS3BucketDestination |
withBucketAccountId(String bucketAccountId)
Sets the account ID that owns the destination bucket and returns this object for method chaining.
|
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 |
withFormat(AnalyticsS3ExportFileFormat format)
Sets the file format used when exporting data to Amazon S3.
|
AnalyticsS3BucketDestination |
withFormat(String format)
Sets the file format used when exporting data to Amazon S3.
|
AnalyticsS3BucketDestination |
withPrefix(String prefix)
Sets the prefix to use when exporting data.
|
public void setFormat(AnalyticsS3ExportFileFormat format)
format
- the AnalyticsS3ExportFileFormat.public AnalyticsS3BucketDestination withFormat(AnalyticsS3ExportFileFormat format)
format
- the AnalyticsS3ExportFileFormat.public String getFormat()
public void setFormat(String format)
format
- the format used when exporting data to Amazon S3.public AnalyticsS3BucketDestination withFormat(String format)
format
- used when exporting data to Amazon S3.public String getBucketAccountId()
public void setBucketAccountId(String bucketAccountId)
bucketAccountId
- the bucket account ID.public AnalyticsS3BucketDestination withBucketAccountId(String bucketAccountId)
bucketAccountId
- the bucket account ID.public String getBucketArn()
public void setBucketArn(String bucketArn)
bucketArn
- the bucket arn.public AnalyticsS3BucketDestination withBucketArn(String bucketArn)
bucketArn
- the bucket arn.public String getPrefix()
public void setPrefix(String prefix)
prefix
- used when exporting data.public AnalyticsS3BucketDestination withPrefix(String prefix)
prefix
- used when exporting data.Copyright © 2019. All rights reserved.