Interface AudioExtractionCategory.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AudioExtractionCategory.Builder,AudioExtractionCategory>,SdkBuilder<AudioExtractionCategory.Builder,AudioExtractionCategory>,SdkPojo
- Enclosing class:
- AudioExtractionCategory
public static interface AudioExtractionCategory.Builder extends SdkPojo, CopyableBuilder<AudioExtractionCategory.Builder,AudioExtractionCategory>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AudioExtractionCategory.Builderstate(String state)Sets the value of the State property for this object.AudioExtractionCategory.Builderstate(State state)Sets the value of the State property for this object.AudioExtractionCategory.Buildertypes(Collection<AudioExtractionCategoryType> types)Sets the value of the Types property for this object.AudioExtractionCategory.Buildertypes(AudioExtractionCategoryType... types)Sets the value of the Types property for this object.AudioExtractionCategory.BuildertypesWithStrings(String... types)Sets the value of the Types property for this object.AudioExtractionCategory.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
AudioExtractionCategory.Builder state(String state)
Sets the value of the State property for this object.
-
state
AudioExtractionCategory.Builder state(State state)
Sets the value of the State property for this object.
-
typesWithStrings
AudioExtractionCategory.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
AudioExtractionCategory.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
AudioExtractionCategory.Builder types(Collection<AudioExtractionCategoryType> 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
AudioExtractionCategory.Builder types(AudioExtractionCategoryType... 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.
-
-