Interface SlateSource.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SlateSource.Builder,,SlateSource> SdkBuilder<SlateSource.Builder,,SlateSource> SdkPojo
- Enclosing class:
 SlateSource
public static interface SlateSource.Builder
extends SdkPojo, CopyableBuilder<SlateSource.Builder,SlateSource> 
- 
Method Summary
Modifier and TypeMethodDescriptionsourceLocationName(String sourceLocationName) The name of the source location where the slate VOD source is stored.vodSourceName(String vodSourceName) The slate VOD source name.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
sourceLocationName
The name of the source location where the slate VOD source is stored.
- Parameters:
 sourceLocationName- The name of the source location where the slate VOD source is stored.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
vodSourceName
The slate VOD source name. The VOD source must already exist in a source location before it can be used for slate.
- Parameters:
 vodSourceName- The slate VOD source name. The VOD source must already exist in a source location before it can be used for slate.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -