@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3BucketConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
S3BucketConfiguration() |
Modifier and Type | Method and Description |
---|---|
S3BucketConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getBucketName()
The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.
|
String |
getBucketPrefix()
The prefix of the Amazon S3 bucket that the generated snapshots are stored in.
|
String |
getBucketRegion()
The region that the Amazon S3 bucket is located in.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucketName(String bucketName)
The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.
|
void |
setBucketPrefix(String bucketPrefix)
The prefix of the Amazon S3 bucket that the generated snapshots are stored in.
|
void |
setBucketRegion(String bucketRegion)
The region that the Amazon S3 bucket is located in.
|
String |
toString()
Returns a string representation of this object.
|
S3BucketConfiguration |
withBucketName(String bucketName)
The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.
|
S3BucketConfiguration |
withBucketPrefix(String bucketPrefix)
The prefix of the Amazon S3 bucket that the generated snapshots are stored in.
|
S3BucketConfiguration |
withBucketRegion(String bucketRegion)
The region that the Amazon S3 bucket is located in.
|
public void setBucketName(String bucketName)
The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.
bucketName
- The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.public String getBucketName()
The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.
public S3BucketConfiguration withBucketName(String bucketName)
The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.
bucketName
- The name of an existing Amazon S3 bucket where the generated snapshot artifacts are sent.public void setBucketPrefix(String bucketPrefix)
The prefix of the Amazon S3 bucket that the generated snapshots are stored in.
bucketPrefix
- The prefix of the Amazon S3 bucket that the generated snapshots are stored in.public String getBucketPrefix()
The prefix of the Amazon S3 bucket that the generated snapshots are stored in.
public S3BucketConfiguration withBucketPrefix(String bucketPrefix)
The prefix of the Amazon S3 bucket that the generated snapshots are stored in.
bucketPrefix
- The prefix of the Amazon S3 bucket that the generated snapshots are stored in.public void setBucketRegion(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.
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.public String getBucketRegion()
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 withBucketRegion(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.
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.public String toString()
toString
in class Object
Object.toString()
public S3BucketConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.