Interface UpdateLiveSourceResponse.Builder

    • Method Detail

      • arn

        UpdateLiveSourceResponse.Builder arn​(String arn)

        The Amazon Resource Name (ARN) associated with this live source.

        Parameters:
        arn - The Amazon Resource Name (ARN) associated with this live source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

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

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

        A list of HTTP package configurations for the live source on this account.

        Parameters:
        httpPackageConfigurations - A list of HTTP package configurations for the live source on this account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • httpPackageConfigurations

        UpdateLiveSourceResponse.Builder httpPackageConfigurations​(HttpPackageConfiguration... httpPackageConfigurations)

        A list of HTTP package configurations for the live source on this account.

        Parameters:
        httpPackageConfigurations - A list of HTTP package configurations for the live source on this account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        UpdateLiveSourceResponse.Builder lastModifiedTime​(Instant lastModifiedTime)

        The timestamp that indicates when the live source was last modified.

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

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

        UpdateLiveSourceResponse.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.
      • tags

        UpdateLiveSourceResponse.Builder tags​(Map<String,​String> tags)

        The tags to assign to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.

        Parameters:
        tags - The tags to assign to the live source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.