@Generated(value="software.amazon.awssdk:codegen") public final class RevisionDestinationEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RevisionDestinationEntry.Builder,RevisionDestinationEntry>
The destination where the assets in the revision will be exported.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RevisionDestinationEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The Amazon S3 bucket that is the destination for the assets in the revision.
|
static RevisionDestinationEntry.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyPattern()
A string representing the pattern for generated names of the individual assets in the revision.
|
String |
revisionId()
The unique identifier for the revision.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RevisionDestinationEntry.Builder> |
serializableBuilderClass() |
RevisionDestinationEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucket()
The Amazon S3 bucket that is the destination for the assets in the revision.
public final String keyPattern()
A string representing the pattern for generated names of the individual assets in the revision. For more information about key patterns, see Key patterns when exporting revisions.
public final String revisionId()
The unique identifier for the revision.
public RevisionDestinationEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RevisionDestinationEntry.Builder,RevisionDestinationEntry>public static RevisionDestinationEntry.Builder builder()
public static Class<? extends RevisionDestinationEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.