Interface AutoExportRevisionDestinationEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AutoExportRevisionDestinationEntry.Builder,AutoExportRevisionDestinationEntry>,SdkBuilder<AutoExportRevisionDestinationEntry.Builder,AutoExportRevisionDestinationEntry>,SdkPojo
- Enclosing class:
- AutoExportRevisionDestinationEntry
public static interface AutoExportRevisionDestinationEntry.Builder extends SdkPojo, CopyableBuilder<AutoExportRevisionDestinationEntry.Builder,AutoExportRevisionDestinationEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoExportRevisionDestinationEntry.Builderbucket(String bucket)The Amazon S3 bucket that is the destination for the event action.AutoExportRevisionDestinationEntry.BuilderkeyPattern(String keyPattern)A string representing the pattern for generated names of the individual assets in the revision.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
bucket
AutoExportRevisionDestinationEntry.Builder bucket(String bucket)
The Amazon S3 bucket that is the destination for the event action.
- Parameters:
bucket- The Amazon S3 bucket that is the destination for the event action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyPattern
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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
-