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