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 Details

    • 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.