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 SummaryModifier and TypeMethodDescriptionSets the value of the State property for this object.Sets the value of the State property for this object.default AudioExtractionCategory.BuildertypeConfiguration(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
stateSets 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:
 
- 
stateSets 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:
 
- 
typesWithStringsSets 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.
 
- 
typesWithStringsSets 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.
 
- 
typesSets 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.
 
- 
typesSets 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.
 
- 
typeConfigurationAudioExtractionCategory.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.
 
- 
typeConfigurationdefault 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.Builderavoiding the need to create one manually viaAudioExtractionCategoryTypeConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totypeConfiguration(AudioExtractionCategoryTypeConfiguration).- Parameters:
- typeConfiguration- a consumer that will call methods on- AudioExtractionCategoryTypeConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-