Uses of Interface
software.amazon.awssdk.services.bedrockdataautomation.model.AudioStandardGenerativeField.Builder
-
Packages that use AudioStandardGenerativeField.Builder Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of AudioStandardGenerativeField.Builder in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return AudioStandardGenerativeField.Builder Modifier and Type Method Description static AudioStandardGenerativeField.BuilderAudioStandardGenerativeField. builder()AudioStandardGenerativeField.BuilderAudioStandardGenerativeField.Builder. state(String state)Sets the value of the State property for this object.AudioStandardGenerativeField.BuilderAudioStandardGenerativeField.Builder. state(State state)Sets the value of the State property for this object.AudioStandardGenerativeField.BuilderAudioStandardGenerativeField. toBuilder()AudioStandardGenerativeField.BuilderAudioStandardGenerativeField.Builder. types(Collection<AudioStandardGenerativeFieldType> types)Sets the value of the Types property for this object.AudioStandardGenerativeField.BuilderAudioStandardGenerativeField.Builder. types(AudioStandardGenerativeFieldType... types)Sets the value of the Types property for this object.AudioStandardGenerativeField.BuilderAudioStandardGenerativeField.Builder. typesWithStrings(String... types)Sets the value of the Types property for this object.AudioStandardGenerativeField.BuilderAudioStandardGenerativeField.Builder. typesWithStrings(Collection<String> types)Sets the value of the Types property for this object.Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type AudioStandardGenerativeField.Builder Modifier and Type Method Description static Class<? extends AudioStandardGenerativeField.Builder>AudioStandardGenerativeField. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockdataautomation.model with type arguments of type AudioStandardGenerativeField.Builder Modifier and Type Method Description default AudioStandardOutputConfiguration.BuilderAudioStandardOutputConfiguration.Builder. generativeField(Consumer<AudioStandardGenerativeField.Builder> generativeField)Sets the value of the GenerativeField property for this object.
-