Interface VideoExtractionCategory.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VideoExtractionCategory.Builder,VideoExtractionCategory>,SdkBuilder<VideoExtractionCategory.Builder,VideoExtractionCategory>,SdkPojo
- Enclosing class:
- VideoExtractionCategory
public static interface VideoExtractionCategory.Builder extends SdkPojo, CopyableBuilder<VideoExtractionCategory.Builder,VideoExtractionCategory>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VideoExtractionCategory.Builderstate(String state)Sets the value of the State property for this object.VideoExtractionCategory.Builderstate(State state)Sets the value of the State property for this object.VideoExtractionCategory.Buildertypes(Collection<VideoExtractionCategoryType> types)Sets the value of the Types property for this object.VideoExtractionCategory.Buildertypes(VideoExtractionCategoryType... types)Sets the value of the Types property for this object.VideoExtractionCategory.BuildertypesWithStrings(String... types)Sets the value of the Types property for this object.VideoExtractionCategory.BuildertypesWithStrings(Collection<String> types)Sets the value of the Types property for this object.-
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
-
state
VideoExtractionCategory.Builder state(String state)
Sets the value of the State property for this object.
-
state
VideoExtractionCategory.Builder state(State state)
Sets the value of the State property for this object.
-
typesWithStrings
VideoExtractionCategory.Builder typesWithStrings(Collection<String> types)
Sets the value of the Types property for this object.- Parameters:
types- The new value for the Types property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typesWithStrings
VideoExtractionCategory.Builder typesWithStrings(String... types)
Sets the value of the Types property for this object.- Parameters:
types- The new value for the Types property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
types
VideoExtractionCategory.Builder types(Collection<VideoExtractionCategoryType> types)
Sets the value of the Types property for this object.- Parameters:
types- The new value for the Types property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
types
VideoExtractionCategory.Builder types(VideoExtractionCategoryType... types)
Sets the value of the Types property for this object.- Parameters:
types- The new value for the Types property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-