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