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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SlateSource.BuildersourceLocationName(String sourceLocationName)The name of the source location where the slate VOD source is stored.SlateSource.BuildervodSourceName(String vodSourceName)The slate VOD source name.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
sourceLocationName
SlateSource.Builder sourceLocationName(String 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
SlateSource.Builder vodSourceName(String 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.
-
-