Interface DescribeVodSourceResponse.Builder

    • Method Detail

      • adBreakOpportunities

        DescribeVodSourceResponse.Builder adBreakOpportunities​(Collection<AdBreakOpportunity> adBreakOpportunities)

        The ad break opportunities within the VOD source.

        Parameters:
        adBreakOpportunities - The ad break opportunities within the VOD source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • adBreakOpportunities

        DescribeVodSourceResponse.Builder adBreakOpportunities​(AdBreakOpportunity... adBreakOpportunities)

        The ad break opportunities within the VOD source.

        Parameters:
        adBreakOpportunities - The ad break opportunities within the VOD source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        DescribeVodSourceResponse.Builder arn​(String arn)

        The ARN of the VOD source.

        Parameters:
        arn - The ARN of the VOD source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        DescribeVodSourceResponse.Builder creationTime​(Instant creationTime)

        The timestamp that indicates when the VOD source was created.

        Parameters:
        creationTime - The timestamp that indicates when the VOD source was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • httpPackageConfigurations

        DescribeVodSourceResponse.Builder httpPackageConfigurations​(Collection<HttpPackageConfiguration> httpPackageConfigurations)

        The HTTP package configurations.

        Parameters:
        httpPackageConfigurations - The HTTP package configurations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • httpPackageConfigurations

        DescribeVodSourceResponse.Builder httpPackageConfigurations​(HttpPackageConfiguration... httpPackageConfigurations)

        The HTTP package configurations.

        Parameters:
        httpPackageConfigurations - The HTTP package configurations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        DescribeVodSourceResponse.Builder lastModifiedTime​(Instant lastModifiedTime)

        The last modified time of the VOD source.

        Parameters:
        lastModifiedTime - The last modified time of the VOD source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceLocationName

        DescribeVodSourceResponse.Builder sourceLocationName​(String sourceLocationName)

        The name of the source location associated with the VOD source.

        Parameters:
        sourceLocationName - The name of the source location associated with the VOD source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vodSourceName

        DescribeVodSourceResponse.Builder vodSourceName​(String vodSourceName)

        The name of the VOD source.

        Parameters:
        vodSourceName - The name of the VOD source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.