public static interface UpdateLiveSourceResponse.Builder extends MediaTailorResponse.Builder, SdkPojo, CopyableBuilder<UpdateLiveSourceResponse.Builder,UpdateLiveSourceResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateLiveSourceResponse.Builder |
arn(String arn)
The ARN of the live source.
|
UpdateLiveSourceResponse.Builder |
creationTime(Instant creationTime)
The timestamp that indicates when the live source was created.
|
UpdateLiveSourceResponse.Builder |
httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
The HTTP package configurations.
|
UpdateLiveSourceResponse.Builder |
httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)
The HTTP package configurations.
|
UpdateLiveSourceResponse.Builder |
httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
The HTTP package configurations.
|
UpdateLiveSourceResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp that indicates when the live source was modified.
|
UpdateLiveSourceResponse.Builder |
liveSourceName(String liveSourceName)
The name of the live source.
|
UpdateLiveSourceResponse.Builder |
sourceLocationName(String sourceLocationName)
The name of the source location associated with the VOD source.
|
UpdateLiveSourceResponse.Builder |
tags(Map<String,String> tags)
The tags assigned to the live source.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLiveSourceResponse.Builder arn(String arn)
The ARN of the live source.
arn - The ARN of the live source.UpdateLiveSourceResponse.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.UpdateLiveSourceResponse.Builder httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
The HTTP package configurations.
httpPackageConfigurations - The HTTP package configurations.UpdateLiveSourceResponse.Builder httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
The HTTP package configurations.
httpPackageConfigurations - The HTTP package configurations.UpdateLiveSourceResponse.Builder httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)
The HTTP package configurations.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #httpPackageConfigurations(List) .httpPackageConfigurations - a consumer that will call methods on List.Builder #httpPackageConfigurations(List) UpdateLiveSourceResponse.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.UpdateLiveSourceResponse.Builder liveSourceName(String liveSourceName)
The name of the live source.
liveSourceName - The name of the live source.UpdateLiveSourceResponse.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.UpdateLiveSourceResponse.Builder tags(Map<String,String> tags)
The tags assigned to the live source.
tags - The tags assigned to the live source.Copyright © 2022. All rights reserved.