VodSource.Builder |
VodSource.Builder.arn(String arn) |
The ARN for the VOD source.
|
static VodSource.Builder |
VodSource.builder() |
|
VodSource.Builder |
VodSource.Builder.creationTime(Instant creationTime) |
The timestamp that indicates when the VOD source was created.
|
VodSource.Builder |
VodSource.Builder.httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations) |
The HTTP package configurations for the VOD source.
|
VodSource.Builder |
VodSource.Builder.httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations) |
The HTTP package configurations for the VOD source.
|
VodSource.Builder |
VodSource.Builder.httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations) |
The HTTP package configurations for the VOD source.
|
VodSource.Builder |
VodSource.Builder.lastModifiedTime(Instant lastModifiedTime) |
The timestamp that indicates when the VOD source was last modified.
|
VodSource.Builder |
VodSource.Builder.sourceLocationName(String sourceLocationName) |
The name of the source location that the VOD source is associated with.
|
VodSource.Builder |
VodSource.Builder.tags(Map<String,String> tags) |
The tags assigned to the VOD source.
|
VodSource.Builder |
VodSource.toBuilder() |
|
VodSource.Builder |
VodSource.Builder.vodSourceName(String vodSourceName) |
The name of the VOD source.
|