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