Interface Destination.Builder

    • Method Detail

      • destinationId

        Destination.Builder destinationId​(String destinationId)

        The unique ID of the publishing destination.

        Parameters:
        destinationId - The unique ID of the publishing destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationType

        Destination.Builder destinationType​(String destinationType)

        The type of resource used for the publishing destination. Currently, only Amazon S3 buckets are supported.

        Parameters:
        destinationType - The type of resource used for the publishing destination. Currently, only Amazon S3 buckets are supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DestinationType, DestinationType
      • destinationType

        Destination.Builder destinationType​(DestinationType destinationType)

        The type of resource used for the publishing destination. Currently, only Amazon S3 buckets are supported.

        Parameters:
        destinationType - The type of resource used for the publishing destination. Currently, only Amazon S3 buckets are supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DestinationType, DestinationType
      • status

        Destination.Builder status​(String status)

        The status of the publishing destination.

        Parameters:
        status - The status of the publishing destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PublishingStatus, PublishingStatus