Class RevisionDestinationEntry
- java.lang.Object
-
- software.amazon.awssdk.services.dataexchange.model.RevisionDestinationEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RevisionDestinationEntry.Builder,RevisionDestinationEntry>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRevisionDestinationEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbucket()The Amazon S3 bucket that is the destination for the assets in the revision.static RevisionDestinationEntry.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkeyPattern()A string representing the pattern for generated names of the individual assets in the revision.StringrevisionId()The unique identifier for the revision.List<SdkField<?>>sdkFields()static Class<? extends RevisionDestinationEntry.Builder>serializableBuilderClass()RevisionDestinationEntry.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
-
bucket
public final String bucket()
The Amazon S3 bucket that is the destination for the assets in the revision.
- Returns:
- The Amazon S3 bucket that is the destination for the assets in the revision.
-
keyPattern
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.
- Returns:
- 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.
-
revisionId
public final String revisionId()
The unique identifier for the revision.
- Returns:
- The unique identifier for the revision.
-
toBuilder
public RevisionDestinationEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RevisionDestinationEntry.Builder,RevisionDestinationEntry>
-
builder
public static RevisionDestinationEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends RevisionDestinationEntry.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.
-
-