Interface RevisionDestinationEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RevisionDestinationEntry.Builder,RevisionDestinationEntry>,SdkBuilder<RevisionDestinationEntry.Builder,RevisionDestinationEntry>,SdkPojo
- Enclosing class:
- RevisionDestinationEntry
public static interface RevisionDestinationEntry.Builder extends SdkPojo, CopyableBuilder<RevisionDestinationEntry.Builder,RevisionDestinationEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RevisionDestinationEntry.Builderbucket(String bucket)The Amazon S3 bucket that is the destination for the assets in the revision.RevisionDestinationEntry.BuilderkeyPattern(String keyPattern)A string representing the pattern for generated names of the individual assets in the revision.RevisionDestinationEntry.BuilderrevisionId(String revisionId)The unique identifier for 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
RevisionDestinationEntry.Builder bucket(String bucket)
The Amazon S3 bucket that is the destination for the assets in the revision.
- Parameters:
bucket- The Amazon S3 bucket that is the destination for the assets in the revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyPattern
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.
- 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.
-
revisionId
RevisionDestinationEntry.Builder revisionId(String revisionId)
The unique identifier for the revision.
- Parameters:
revisionId- The unique identifier for the revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-