UpdateLiveSourceResponse.Builder |
UpdateLiveSourceResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) associated with this live source.
|
static UpdateLiveSourceResponse.Builder |
UpdateLiveSourceResponse.builder() |
|
UpdateLiveSourceResponse.Builder |
UpdateLiveSourceResponse.Builder.creationTime(Instant creationTime) |
The timestamp that indicates when the live source was created.
|
UpdateLiveSourceResponse.Builder |
UpdateLiveSourceResponse.Builder.httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations) |
A list of HTTP package configurations for the live source on this account.
|
UpdateLiveSourceResponse.Builder |
UpdateLiveSourceResponse.Builder.httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations) |
A list of HTTP package configurations for the live source on this account.
|
UpdateLiveSourceResponse.Builder |
UpdateLiveSourceResponse.Builder.httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations) |
A list of HTTP package configurations for the live source on this account.
|
UpdateLiveSourceResponse.Builder |
UpdateLiveSourceResponse.Builder.lastModifiedTime(Instant lastModifiedTime) |
The timestamp that indicates when the live source was last modified.
|
UpdateLiveSourceResponse.Builder |
UpdateLiveSourceResponse.Builder.liveSourceName(String liveSourceName) |
The name of the live source.
|
UpdateLiveSourceResponse.Builder |
UpdateLiveSourceResponse.Builder.sourceLocationName(String sourceLocationName) |
The name of the source location associated with the live source.
|
UpdateLiveSourceResponse.Builder |
UpdateLiveSourceResponse.Builder.tags(Map<String,String> tags) |
The tags to assign to the live source.
|
UpdateLiveSourceResponse.Builder |
UpdateLiveSourceResponse.toBuilder() |
|