Interface VodSource.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<VodSource.Builder,,- VodSource> - SdkBuilder<VodSource.Builder,,- VodSource> - SdkPojo
- Enclosing class:
- VodSource
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN for the VOD source.creationTime(Instant creationTime) The timestamp that indicates when the VOD source was created.httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations) The HTTP package configurations for the VOD source.httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations) The HTTP package configurations for the VOD source.httpPackageConfigurations(HttpPackageConfiguration... httpPackageConfigurations) The HTTP package configurations for the VOD source.lastModifiedTime(Instant lastModifiedTime) The timestamp that indicates when the VOD source was last modified.sourceLocationName(String sourceLocationName) The name of the source location that the VOD source is associated with.The tags assigned to the VOD source.vodSourceName(String vodSourceName) The name of the VOD source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
arnThe ARN for the VOD source. - Parameters:
- arn- The ARN for the VOD source.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimeThe timestamp that indicates when the VOD source was created. - Parameters:
- creationTime- The timestamp that indicates when the VOD source was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
httpPackageConfigurationsVodSource.Builder httpPackageConfigurations(Collection<HttpPackageConfiguration> httpPackageConfigurations) The HTTP package configurations for the VOD source. - Parameters:
- httpPackageConfigurations- The HTTP package configurations for the VOD source.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
httpPackageConfigurationsThe HTTP package configurations for the VOD source. - Parameters:
- httpPackageConfigurations- The HTTP package configurations for the VOD source.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
httpPackageConfigurationsVodSource.Builder httpPackageConfigurations(Consumer<HttpPackageConfiguration.Builder>... httpPackageConfigurations) The HTTP package configurations for the VOD source. This is a convenience method that creates an instance of theHttpPackageConfiguration.Builderavoiding the need to create one manually viaHttpPackageConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohttpPackageConfigurations(List<HttpPackageConfiguration>).- Parameters:
- httpPackageConfigurations- a consumer that will call methods on- HttpPackageConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
lastModifiedTimeThe timestamp that indicates when the VOD source was last modified. - Parameters:
- lastModifiedTime- The timestamp that indicates when the VOD source was last modified.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceLocationNameThe name of the source location that the VOD source is associated with. - Parameters:
- sourceLocationName- The name of the source location that the VOD source is associated with.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
tagsThe tags assigned to the VOD 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. - Parameters:
- tags- The tags assigned to the VOD 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
vodSourceNameThe name of the VOD source. - Parameters:
- vodSourceName- The name of the VOD source.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-