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 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) 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 - The tags assigned to the live source.Copyright © 2022. All rights reserved.