public static interface DescribeLiveSourceResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<DescribeLiveSourceResponse.Builder,DescribeLiveSourceResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLiveSourceResponse.Builder |
arn(String arn)
The ARN of the live source.
|
DescribeLiveSourceResponse.Builder |
creationTime(Instant creationTime)
The timestamp that indicates when the live source was created.
|
DescribeLiveSourceResponse.Builder |
httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
The HTTP package configurations.
|
DescribeLiveSourceResponse.Builder |
httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)
The HTTP package configurations.
|
DescribeLiveSourceResponse.Builder |
httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
The HTTP package configurations.
|
DescribeLiveSourceResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp that indicates when the live source was modified.
|
DescribeLiveSourceResponse.Builder |
liveSourceName(String liveSourceName)
The name of the live source.
|
DescribeLiveSourceResponse.Builder |
sourceLocationName(String sourceLocationName)
The name of the source location associated with the live source.
|
DescribeLiveSourceResponse.Builder |
tags(Map<String,String> tags)
The tags assigned to the live source.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLiveSourceResponse.Builder arn(String arn)
The ARN of the live source.
arn - The ARN of the live source.DescribeLiveSourceResponse.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.DescribeLiveSourceResponse.Builder httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
The HTTP package configurations.
httpPackageConfigurations - The HTTP package configurations.DescribeLiveSourceResponse.Builder httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
The HTTP package configurations.
httpPackageConfigurations - The HTTP package configurations.DescribeLiveSourceResponse.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) DescribeLiveSourceResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The timestamp that indicates when the live source was modified.
lastModifiedTime - The timestamp that indicates when the live source was modified.DescribeLiveSourceResponse.Builder liveSourceName(String liveSourceName)
The name of the live source.
liveSourceName - The name of the live source.DescribeLiveSourceResponse.Builder sourceLocationName(String sourceLocationName)
The name of the source location associated with the live source.
sourceLocationName - The name of the source location associated with the live source.DescribeLiveSourceResponse.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 © 2022. All rights reserved.