public static interface RevisionDestinationEntry.Builder extends SdkPojo, CopyableBuilder<RevisionDestinationEntry.Builder,RevisionDestinationEntry>
| Modifier and Type | Method and Description |
|---|---|
RevisionDestinationEntry.Builder |
bucket(String bucket)
The Amazon S3 bucket that is the destination for the assets in the revision.
|
RevisionDestinationEntry.Builder |
keyPattern(String keyPattern)
A string representing the pattern for generated names of the individual assets in the revision.
|
RevisionDestinationEntry.Builder |
revisionId(String revisionId)
The unique identifier for the revision.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRevisionDestinationEntry.Builder bucket(String bucket)
The Amazon S3 bucket that is the destination for the assets in the revision.
bucket - The Amazon S3 bucket that is the destination for the assets in the revision.RevisionDestinationEntry.Builder keyPattern(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.
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.RevisionDestinationEntry.Builder revisionId(String revisionId)
The unique identifier for the revision.
revisionId - The unique identifier for the revision.Copyright © 2023. All rights reserved.