Interface AudioExtractionCategory.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AudioExtractionCategory.Builder,
,AudioExtractionCategory> SdkBuilder<AudioExtractionCategory.Builder,
,AudioExtractionCategory> SdkPojo
- Enclosing class:
AudioExtractionCategory
@Mutable
@NotThreadSafe
public static interface AudioExtractionCategory.Builder
extends SdkPojo, CopyableBuilder<AudioExtractionCategory.Builder,AudioExtractionCategory>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the State property for this object.Sets the value of the State property for this object.default AudioExtractionCategory.Builder
typeConfiguration
(Consumer<AudioExtractionCategoryTypeConfiguration.Builder> typeConfiguration) Sets the value of the TypeConfiguration property for this object.typeConfiguration
(AudioExtractionCategoryTypeConfiguration typeConfiguration) Sets the value of the TypeConfiguration property for this object.Sets the value of the Types property for this object.types
(AudioExtractionCategoryType... types) Sets the value of the Types property for this object.typesWithStrings
(String... types) Sets the value of the Types property for this object.typesWithStrings
(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 Details
-
state
Sets the value of the State property for this object.- Parameters:
state
- The new value for the State property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
Sets the value of the State property for this object.- Parameters:
state
- The new value for the State property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
typesWithStrings
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
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
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
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.
-
typeConfiguration
AudioExtractionCategory.Builder typeConfiguration(AudioExtractionCategoryTypeConfiguration typeConfiguration) Sets the value of the TypeConfiguration property for this object.- Parameters:
typeConfiguration
- The new value for the TypeConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeConfiguration
default AudioExtractionCategory.Builder typeConfiguration(Consumer<AudioExtractionCategoryTypeConfiguration.Builder> typeConfiguration) Sets the value of the TypeConfiguration property for this object. This is a convenience method that creates an instance of theAudioExtractionCategoryTypeConfiguration.Builder
avoiding the need to create one manually viaAudioExtractionCategoryTypeConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totypeConfiguration(AudioExtractionCategoryTypeConfiguration)
.- Parameters:
typeConfiguration
- a consumer that will call methods onAudioExtractionCategoryTypeConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-