Interface StreamingDistributionList.Builder

    • Method Detail

      • marker

        StreamingDistributionList.Builder marker​(String marker)

        The value you provided for the Marker request parameter.

        Parameters:
        marker - The value you provided for the Marker request parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        StreamingDistributionList.Builder nextMarker​(String nextMarker)

        If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.

        Parameters:
        nextMarker - If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your RTMP distributions where they left off.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxItems

        StreamingDistributionList.Builder maxItems​(Integer maxItems)

        The value you provided for the MaxItems request parameter.

        Parameters:
        maxItems - The value you provided for the MaxItems request parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isTruncated

        StreamingDistributionList.Builder isTruncated​(Boolean isTruncated)

        A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.

        Parameters:
        isTruncated - A flag that indicates whether more streaming distributions remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more distributions in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • quantity

        StreamingDistributionList.Builder quantity​(Integer quantity)

        The number of streaming distributions that were created by the current Amazon Web Services account.

        Parameters:
        quantity - The number of streaming distributions that were created by the current Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        StreamingDistributionList.Builder items​(Collection<StreamingDistributionSummary> items)

        A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current Amazon Web Services account.

        Parameters:
        items - A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        StreamingDistributionList.Builder items​(StreamingDistributionSummary... items)

        A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current Amazon Web Services account.

        Parameters:
        items - A complex type that contains one StreamingDistributionSummary element for each distribution that was created by the current Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.