Interface AudioStandardOutputConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AudioStandardOutputConfiguration.Builder,AudioStandardOutputConfiguration>,SdkBuilder<AudioStandardOutputConfiguration.Builder,AudioStandardOutputConfiguration>,SdkPojo
- Enclosing class:
- AudioStandardOutputConfiguration
public static interface AudioStandardOutputConfiguration.Builder extends SdkPojo, CopyableBuilder<AudioStandardOutputConfiguration.Builder,AudioStandardOutputConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AudioStandardOutputConfiguration.Builderextraction(Consumer<AudioStandardExtraction.Builder> extraction)Sets the value of the Extraction property for this object.AudioStandardOutputConfiguration.Builderextraction(AudioStandardExtraction extraction)Sets the value of the Extraction property for this object.default AudioStandardOutputConfiguration.BuildergenerativeField(Consumer<AudioStandardGenerativeField.Builder> generativeField)Sets the value of the GenerativeField property for this object.AudioStandardOutputConfiguration.BuildergenerativeField(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 Detail
-
extraction
AudioStandardOutputConfiguration.Builder extraction(AudioStandardExtraction 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.Builderavoiding the need to create one manually viaAudioStandardExtraction.builder().When the
Consumercompletes,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:
extraction(AudioStandardExtraction)
-
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.Builderavoiding the need to create one manually viaAudioStandardGenerativeField.builder().When the
Consumercompletes,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:
generativeField(AudioStandardGenerativeField)
-
-