Interface Action.Builder

    • Method Detail

      • name

        Action.Builder name​(String name)

        A descriptive name for the action.

        Parameters:
        name - A descriptive name for the action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • crossRegionCopy

        Action.Builder crossRegionCopy​(Collection<CrossRegionCopyAction> crossRegionCopy)

        The rule for copying shared snapshots across Regions.

        Parameters:
        crossRegionCopy - The rule for copying shared snapshots across Regions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • crossRegionCopy

        Action.Builder crossRegionCopy​(CrossRegionCopyAction... crossRegionCopy)

        The rule for copying shared snapshots across Regions.

        Parameters:
        crossRegionCopy - The rule for copying shared snapshots across Regions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.