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 Amazon Resource Name (ARN) associated with this live source.
|
UpdateLiveSourceResponse.Builder |
creationTime(Instant creationTime)
The timestamp that indicates when the live source was created.
|
UpdateLiveSourceResponse.Builder |
httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations)
A list of HTTP package configurations for the live source on this account.
|
UpdateLiveSourceResponse.Builder |
httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)
A list of HTTP package configurations for the live source on this account.
|
UpdateLiveSourceResponse.Builder |
httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
A list of HTTP package configurations for the live source on this account.
|
UpdateLiveSourceResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The timestamp that indicates when the live source was last 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 live source.
|
UpdateLiveSourceResponse.Builder |
tags(Map<String,String> tags)
The tags to assign to the live source.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLiveSourceResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) associated with this live source.
arn - The Amazon Resource Name (ARN) associated with this 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)
A list of HTTP package configurations for the live source on this account.
httpPackageConfigurations - A list of HTTP package configurations for the live source on this account.UpdateLiveSourceResponse.Builder httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations)
A list of HTTP package configurations for the live source on this account.
httpPackageConfigurations - A list of HTTP package configurations for the live source on this account.UpdateLiveSourceResponse.Builder httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations)
A list of HTTP package configurations for the live source on this account.
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) UpdateLiveSourceResponse.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.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 live source.
sourceLocationName - The name of the source location associated with the live source.UpdateLiveSourceResponse.Builder tags(Map<String,String> tags)
The tags to assign 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 to assign 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.