@Generated(value="software.amazon.awssdk:codegen") public final class S3BucketConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3BucketConfiguration.Builder,S3BucketConfiguration>
An optional structure that contains the Amazon S3 bucket configuration that the generated snapshots are stored in. If you don't provide this information, generated snapshots are stored in the default Amazon QuickSight bucket.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3BucketConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketName()
The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.
|
String |
bucketPrefix()
The prefix of the Amazon S3 bucket that the generated snapshots are stored in.
|
String |
bucketRegion()
The region that the Amazon S3 bucket is located in.
|
static S3BucketConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3BucketConfiguration.Builder> |
serializableBuilderClass() |
S3BucketConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucketName()
The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.
public final String bucketPrefix()
The prefix of the Amazon S3 bucket that the generated snapshots are stored in.
public final String bucketRegion()
The region that the Amazon S3 bucket is located in. The bucket must be located in the same region that the
StartDashboardSnapshotJob API call is made.
StartDashboardSnapshotJob API call is made.public S3BucketConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3BucketConfiguration.Builder,S3BucketConfiguration>public static S3BucketConfiguration.Builder builder()
public static Class<? extends S3BucketConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.