Interface DescribeLiveSourceResponse.Builder

    • Method Detail

      • arn

        DescribeLiveSourceResponse.Builder arn​(String arn)

        The ARN of the live source.

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

        DescribeLiveSourceResponse.Builder creationTime​(Instant creationTime)

        The timestamp that indicates when the live source was created.

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

        DescribeLiveSourceResponse.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

        DescribeLiveSourceResponse.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

        DescribeLiveSourceResponse.Builder lastModifiedTime​(Instant lastModifiedTime)

        The timestamp that indicates when the live source was modified.

        Parameters:
        lastModifiedTime - The timestamp that indicates when the live source was modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • liveSourceName

        DescribeLiveSourceResponse.Builder liveSourceName​(String liveSourceName)

        The name of the live source.

        Parameters:
        liveSourceName - The name of the live source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceLocationName

        DescribeLiveSourceResponse.Builder sourceLocationName​(String sourceLocationName)

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

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