@Generated(value="software.amazon.awssdk:codegen") public final class SnapshotS3DestinationConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SnapshotS3DestinationConfiguration.Builder,SnapshotS3DestinationConfiguration>
A structure that describes the Amazon S3 settings to use to save the generated dashboard snapshot.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SnapshotS3DestinationConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
S3BucketConfiguration |
bucketConfiguration()
A structure that contains details about the Amazon S3 bucket that the generated dashboard snapshot is saved in.
|
static SnapshotS3DestinationConfiguration.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 SnapshotS3DestinationConfiguration.Builder> |
serializableBuilderClass() |
SnapshotS3DestinationConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final S3BucketConfiguration bucketConfiguration()
A structure that contains details about the Amazon S3 bucket that the generated dashboard snapshot is saved in.
public SnapshotS3DestinationConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SnapshotS3DestinationConfiguration.Builder,SnapshotS3DestinationConfiguration>public static SnapshotS3DestinationConfiguration.Builder builder()
public static Class<? extends SnapshotS3DestinationConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.