Interface UpdateVodSourceResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UpdateVodSourceResponse.Builder,UpdateVodSourceResponse>, MediaTailorResponse.Builder, SdkBuilder<UpdateVodSourceResponse.Builder,UpdateVodSourceResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateVodSourceResponse

public static interface UpdateVodSourceResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<UpdateVodSourceResponse.Builder,UpdateVodSourceResponse>
  • Method Details

    • arn

      The Amazon Resource Name (ARN) associated with the VOD source.

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

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

      UpdateVodSourceResponse.Builder httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)

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

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

      UpdateVodSourceResponse.Builder httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)

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

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

      UpdateVodSourceResponse.Builder httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)

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

      This is a convenience method that creates an instance of the HttpPackageConfiguration.Builder avoiding the need to create one manually via HttpPackageConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to httpPackageConfigurations(List<HttpPackageConfiguration>).

      Parameters:
      httpPackageConfigurations - a consumer that will call methods on HttpPackageConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastModifiedTime

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

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

      The tags to assign 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 to assign 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

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