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