Interface AudioStandardGenerativeField.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AudioStandardGenerativeField.Builder,AudioStandardGenerativeField>,SdkBuilder<AudioStandardGenerativeField.Builder,AudioStandardGenerativeField>,SdkPojo
- Enclosing class:
- AudioStandardGenerativeField
public static interface AudioStandardGenerativeField.Builder extends SdkPojo, CopyableBuilder<AudioStandardGenerativeField.Builder,AudioStandardGenerativeField>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AudioStandardGenerativeField.Builderstate(String state)Sets the value of the State property for this object.AudioStandardGenerativeField.Builderstate(State state)Sets the value of the State property for this object.AudioStandardGenerativeField.Buildertypes(Collection<AudioStandardGenerativeFieldType> types)Sets the value of the Types property for this object.AudioStandardGenerativeField.Buildertypes(AudioStandardGenerativeFieldType... types)Sets the value of the Types property for this object.AudioStandardGenerativeField.BuildertypesWithStrings(String... types)Sets the value of the Types property for this object.AudioStandardGenerativeField.BuildertypesWithStrings(Collection<String> types)Sets the value of the Types 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
-
state
AudioStandardGenerativeField.Builder state(String state)
Sets the value of the State property for this object.
-
state
AudioStandardGenerativeField.Builder state(State state)
Sets the value of the State property for this object.
-
typesWithStrings
AudioStandardGenerativeField.Builder typesWithStrings(Collection<String> types)
Sets the value of the Types property for this object.- Parameters:
types- The new value for the Types property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typesWithStrings
AudioStandardGenerativeField.Builder typesWithStrings(String... types)
Sets the value of the Types property for this object.- Parameters:
types- The new value for the Types property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
types
AudioStandardGenerativeField.Builder types(Collection<AudioStandardGenerativeFieldType> types)
Sets the value of the Types property for this object.- Parameters:
types- The new value for the Types property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
types
AudioStandardGenerativeField.Builder types(AudioStandardGenerativeFieldType... types)
Sets the value of the Types property for this object.- Parameters:
types- The new value for the Types property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-