@Generated(value="software.amazon.awssdk:codegen") public class AnalyticsS3BucketDestination extends Object implements ToCopyableBuilder<AnalyticsS3BucketDestination.Builder,AnalyticsS3BucketDestination>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnalyticsS3BucketDestination.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The Amazon resource name (ARN) of the bucket to which data is exported.
|
String |
bucketAccountId()
The account ID that owns the destination bucket.
|
static AnalyticsS3BucketDestination.Builder |
builder() |
boolean |
equals(Object obj) |
AnalyticsS3ExportFileFormat |
format()
The file format used when exporting data to Amazon S3.
|
String |
formatAsString()
The file format used when exporting data to Amazon S3.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
prefix()
The prefix to use when exporting data.
|
static Class<? extends AnalyticsS3BucketDestination.Builder> |
serializableBuilderClass() |
AnalyticsS3BucketDestination.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic AnalyticsS3ExportFileFormat format()
If the service returns an enum value that is not available in the current SDK version, format will
return AnalyticsS3ExportFileFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from formatAsString().
AnalyticsS3ExportFileFormatpublic String formatAsString()
If the service returns an enum value that is not available in the current SDK version, format will
return AnalyticsS3ExportFileFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from formatAsString().
AnalyticsS3ExportFileFormatpublic String bucketAccountId()
public String bucket()
public String prefix()
public AnalyticsS3BucketDestination.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<AnalyticsS3BucketDestination.Builder,AnalyticsS3BucketDestination>public static AnalyticsS3BucketDestination.Builder builder()
public static Class<? extends AnalyticsS3BucketDestination.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.