Interface AudioStandardOutputConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AudioStandardOutputConfiguration.Builder,
,AudioStandardOutputConfiguration> SdkBuilder<AudioStandardOutputConfiguration.Builder,
,AudioStandardOutputConfiguration> SdkPojo
- Enclosing class:
AudioStandardOutputConfiguration
@Mutable
@NotThreadSafe
public static interface AudioStandardOutputConfiguration.Builder
extends SdkPojo, CopyableBuilder<AudioStandardOutputConfiguration.Builder,AudioStandardOutputConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionextraction
(Consumer<AudioStandardExtraction.Builder> extraction) Sets the value of the Extraction property for this object.extraction
(AudioStandardExtraction extraction) Sets the value of the Extraction property for this object.generativeField
(Consumer<AudioStandardGenerativeField.Builder> generativeField) Sets the value of the GenerativeField property for this object.generativeField
(AudioStandardGenerativeField generativeField) Sets the value of the GenerativeField 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
-
extraction
Sets the value of the Extraction property for this object.- Parameters:
extraction
- The new value for the Extraction property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
extraction
default AudioStandardOutputConfiguration.Builder extraction(Consumer<AudioStandardExtraction.Builder> extraction) Sets the value of the Extraction property for this object. This is a convenience method that creates an instance of theAudioStandardExtraction.Builder
avoiding the need to create one manually viaAudioStandardExtraction.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toextraction(AudioStandardExtraction)
.- Parameters:
extraction
- a consumer that will call methods onAudioStandardExtraction.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
generativeField
AudioStandardOutputConfiguration.Builder generativeField(AudioStandardGenerativeField generativeField) Sets the value of the GenerativeField property for this object.- Parameters:
generativeField
- The new value for the GenerativeField property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
generativeField
default AudioStandardOutputConfiguration.Builder generativeField(Consumer<AudioStandardGenerativeField.Builder> generativeField) Sets the value of the GenerativeField property for this object. This is a convenience method that creates an instance of theAudioStandardGenerativeField.Builder
avoiding the need to create one manually viaAudioStandardGenerativeField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed togenerativeField(AudioStandardGenerativeField)
.- Parameters:
generativeField
- a consumer that will call methods onAudioStandardGenerativeField.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-