Interface Destination.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Destination.Builder,Destination>, SdkBuilder<Destination.Builder,Destination>, SdkPojo
Enclosing class:
Destination

public static interface Destination.Builder extends SdkPojo, CopyableBuilder<Destination.Builder,Destination>
  • Method Details

    • 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

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