public static interface VodSource.Builder extends SdkPojo, CopyableBuilder<VodSource.Builder,VodSource>
| Modifier and Type | Method and Description |
|---|---|
VodSource.Builder |
arn(String arn)
The ARN for the VOD source.
|
VodSource.Builder |
creationTime(Instant creationTime)
The timestamp that indicates when the VOD source was created.
|
VodSource.Builder |
httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
The HTTP package configurations for the VOD source.
|
VodSource.Builder |
httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)
The HTTP package configurations for the VOD source.
|
VodSource.Builder |
httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
The HTTP package configurations for the VOD source.
|
VodSource.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp that indicates when the VOD source was last modified.
|
VodSource.Builder |
sourceLocationName(String sourceLocationName)
The name of the source location that the VOD source is associated with.
|
VodSource.Builder |
tags(Map<String,String> tags)
The tags assigned to the VOD source.
|
VodSource.Builder |
vodSourceName(String vodSourceName)
The name of the VOD source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVodSource.Builder arn(String arn)
The ARN for the VOD source.
arn - The ARN for the VOD source.VodSource.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.VodSource.Builder httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
The HTTP package configurations for the VOD source.
httpPackageConfigurations - The HTTP package configurations for the VOD source.VodSource.Builder httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
The HTTP package configurations for the VOD source.
httpPackageConfigurations - The HTTP package configurations for the VOD source.VodSource.Builder httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)
The HTTP package configurations for the VOD source.
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) VodSource.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp that indicates when the VOD source was last modified.
lastModifiedTime - The timestamp that indicates when the VOD source was last modified.VodSource.Builder sourceLocationName(String sourceLocationName)
The name of the source location that the VOD source is associated with.
sourceLocationName - The name of the source location that the VOD source is associated with.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.
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.VodSource.Builder vodSourceName(String vodSourceName)
The name of the VOD source.
vodSourceName - The name of the VOD source.Copyright © 2022. All rights reserved.