Interface AudioStandardExtraction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AudioStandardExtraction.Builder,
,AudioStandardExtraction> SdkBuilder<AudioStandardExtraction.Builder,
,AudioStandardExtraction> SdkPojo
- Enclosing class:
AudioStandardExtraction
@Mutable
@NotThreadSafe
public static interface AudioStandardExtraction.Builder
extends SdkPojo, CopyableBuilder<AudioStandardExtraction.Builder,AudioStandardExtraction>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AudioStandardExtraction.Builder
category
(Consumer<AudioExtractionCategory.Builder> category) Sets the value of the Category property for this object.category
(AudioExtractionCategory category) Sets the value of the Category 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
-
category
Sets the value of the Category property for this object.- Parameters:
category
- The new value for the Category property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
category
default AudioStandardExtraction.Builder category(Consumer<AudioExtractionCategory.Builder> category) Sets the value of the Category property for this object. This is a convenience method that creates an instance of theAudioExtractionCategory.Builder
avoiding the need to create one manually viaAudioExtractionCategory.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocategory(AudioExtractionCategory)
.- Parameters:
category
- a consumer that will call methods onAudioExtractionCategory.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-