Class S3BucketConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.S3BucketConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3BucketConfiguration.Builder,S3BucketConfiguration>
@Generated("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 QuickSight bucket.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3BucketConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketName()The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.StringbucketPrefix()The prefix of the Amazon S3 bucket that the generated snapshots are stored in.StringbucketRegion()The region that the Amazon S3 bucket is located in.static S3BucketConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends S3BucketConfiguration.Builder>serializableBuilderClass()S3BucketConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
bucketName
public final String bucketName()
The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.
- Returns:
- The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.
-
bucketPrefix
public final String bucketPrefix()
The prefix of the Amazon S3 bucket that the generated snapshots are stored in.
- Returns:
- The prefix of the Amazon S3 bucket that the generated snapshots are stored in.
-
bucketRegion
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
StartDashboardSnapshotJobAPI call is made.- Returns:
- The region that the Amazon S3 bucket is located in. The bucket must be located in the same region that
the
StartDashboardSnapshotJobAPI call is made.
-
toBuilder
public S3BucketConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3BucketConfiguration.Builder,S3BucketConfiguration>
-
builder
public static S3BucketConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3BucketConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-