public static interface LiveSource.Builder extends SdkPojo, CopyableBuilder<LiveSource.Builder,LiveSource>
| Modifier and Type | Method and Description |
|---|---|
LiveSource.Builder |
arn(String arn)
The ARN for the live source.
|
LiveSource.Builder |
creationTime(Instant creationTime)
The timestamp that indicates when the live source was created.
|
LiveSource.Builder |
httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
The HTTP package configurations for the live source.
|
LiveSource.Builder |
httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)
The HTTP package configurations for the live source.
|
LiveSource.Builder |
httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
The HTTP package configurations for the live source.
|
LiveSource.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp that indicates when the live source was last modified.
|
LiveSource.Builder |
liveSourceName(String liveSourceName)
The name that's used to refer to a live source.
|
LiveSource.Builder |
sourceLocationName(String sourceLocationName)
The name of the source location.
|
LiveSource.Builder |
tags(Map<String,String> tags)
The tags assigned to the live source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLiveSource.Builder arn(String arn)
The ARN for the live source.
arn - The ARN for the live source.LiveSource.Builder creationTime(Instant creationTime)
The timestamp that indicates when the live source was created.
creationTime - The timestamp that indicates when the live source was created.LiveSource.Builder httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
The HTTP package configurations for the live source.
httpPackageConfigurations - The HTTP package configurations for the live source.LiveSource.Builder httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
The HTTP package configurations for the live source.
httpPackageConfigurations - The HTTP package configurations for the live source.LiveSource.Builder httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)
The HTTP package configurations for the live 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) LiveSource.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp that indicates when the live source was last modified.
lastModifiedTime - The timestamp that indicates when the live source was last modified.LiveSource.Builder liveSourceName(String liveSourceName)
The name that's used to refer to a live source.
liveSourceName - The name that's used to refer to a live source.LiveSource.Builder sourceLocationName(String sourceLocationName)
The name of the source location.
sourceLocationName - The name of the source location.LiveSource.Builder tags(Map<String,String> tags)
The tags assigned to the live 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 live 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.Copyright © 2023. All rights reserved.