Interface VodSource.Builder

    • Method Detail

      • arn

        VodSource.Builder arn​(String arn)

        The ARN for the VOD source.

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

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

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

        The HTTP package configurations for the VOD source.

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

        VodSource.Builder httpPackageConfigurations​(HttpPackageConfiguration... httpPackageConfigurations)

        The HTTP package configurations for the VOD source.

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

        VodSource.Builder lastModifiedTime​(Instant lastModifiedTime)

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

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

        VodSource.Builder sourceLocationName​(String sourceLocationName)

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

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

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

        The tags assigned to the VOD 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 assigned to the VOD 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.
      • vodSourceName

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