public static interface DescribeVodSourceResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<DescribeVodSourceResponse.Builder,DescribeVodSourceResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeVodSourceResponse.Builder arn(String arn)
The ARN of the VOD source.
arn - The ARN of the VOD source.DescribeVodSourceResponse.Builder creationTime(Instant creationTime)
The timestamp that indicates when the VOD source was created.
creationTime - The timestamp that indicates when the VOD source was created.DescribeVodSourceResponse.Builder httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
The HTTP package configurations.
httpPackageConfigurations - The HTTP package configurations.DescribeVodSourceResponse.Builder httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
The HTTP package configurations.
httpPackageConfigurations - The HTTP package configurations.DescribeVodSourceResponse.Builder httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)
The HTTP package configurations.
This is a convenience method that creates an instance of theHttpPackageConfiguration.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.
httpPackageConfigurations - a consumer that will call methods on
HttpPackageConfiguration.Builder#httpPackageConfigurations(java.util.Collection) DescribeVodSourceResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The last modified time of the VOD source.
lastModifiedTime - The last modified time of the VOD source.DescribeVodSourceResponse.Builder sourceLocationName(String sourceLocationName)
The name of the source location associated with the VOD source.
sourceLocationName - The name of the source location associated with the VOD source.DescribeVodSourceResponse.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.
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.DescribeVodSourceResponse.Builder vodSourceName(String vodSourceName)
The name of the VOD source.
vodSourceName - The name of the VOD source.Copyright © 2023. All rights reserved.