public static interface CreateVodSourceResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<CreateVodSourceResponse.Builder,CreateVodSourceResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateVodSourceResponse.Builder |
arn(String arn)
The ARN to assign to this VOD source.
|
CreateVodSourceResponse.Builder |
creationTime(Instant creationTime)
The time the VOD source was created.
|
CreateVodSourceResponse.Builder |
httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configuration parameters for this VOD source.
|
CreateVodSourceResponse.Builder |
httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)
A list of HTTP package configuration parameters for this VOD source.
|
CreateVodSourceResponse.Builder |
httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
A list of HTTP package configuration parameters for this VOD source.
|
CreateVodSourceResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The time the VOD source was last modified.
|
CreateVodSourceResponse.Builder |
sourceLocationName(String sourceLocationName)
The name to assign to the source location for this VOD source.
|
CreateVodSourceResponse.Builder |
tags(Map<String,String> tags)
The tags to assign to the VOD source.
|
CreateVodSourceResponse.Builder |
vodSourceName(String vodSourceName)
The name to assign to the VOD source.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVodSourceResponse.Builder arn(String arn)
The ARN to assign to this VOD source.
arn - The ARN to assign to this VOD source.CreateVodSourceResponse.Builder creationTime(Instant creationTime)
The time the VOD source was created.
creationTime - The time the VOD source was created.CreateVodSourceResponse.Builder httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configuration parameters for this VOD source.
httpPackageConfigurations - A list of HTTP package configuration parameters for this VOD source.CreateVodSourceResponse.Builder httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
A list of HTTP package configuration parameters for this VOD source.
httpPackageConfigurations - A list of HTTP package configuration parameters for this VOD source.CreateVodSourceResponse.Builder httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)
A list of HTTP package configuration parameters for this 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) CreateVodSourceResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The time the VOD source was last modified.
lastModifiedTime - The time the VOD source was last modified.CreateVodSourceResponse.Builder sourceLocationName(String sourceLocationName)
The name to assign to the source location for this VOD source.
sourceLocationName - The name to assign to the source location for this VOD source.CreateVodSourceResponse.Builder tags(Map<String,String> 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.
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.CreateVodSourceResponse.Builder vodSourceName(String vodSourceName)
The name to assign to the VOD source.
vodSourceName - The name to assign to the VOD source.Copyright © 2023. All rights reserved.