Interface AudioStandardExtraction.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AudioStandardExtraction.Builder,AudioStandardExtraction>,SdkBuilder<AudioStandardExtraction.Builder,AudioStandardExtraction>,SdkPojo
- Enclosing class:
- AudioStandardExtraction
public static interface AudioStandardExtraction.Builder extends SdkPojo, CopyableBuilder<AudioStandardExtraction.Builder,AudioStandardExtraction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AudioStandardExtraction.Buildercategory(Consumer<AudioExtractionCategory.Builder> category)Sets the value of the Category property for this object.AudioStandardExtraction.Buildercategory(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 Detail
-
category
AudioStandardExtraction.Builder category(AudioExtractionCategory 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.Builderavoiding the need to create one manually viaAudioExtractionCategory.builder().When the
Consumercompletes,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:
category(AudioExtractionCategory)
-
-