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