Interface ImageStandardGenerativeField.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImageStandardGenerativeField.Builder,ImageStandardGenerativeField>,SdkBuilder<ImageStandardGenerativeField.Builder,ImageStandardGenerativeField>,SdkPojo
- Enclosing class:
- ImageStandardGenerativeField
public static interface ImageStandardGenerativeField.Builder extends SdkPojo, CopyableBuilder<ImageStandardGenerativeField.Builder,ImageStandardGenerativeField>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageStandardGenerativeField.Builderstate(String state)Sets the value of the State property for this object.ImageStandardGenerativeField.Builderstate(State state)Sets the value of the State property for this object.ImageStandardGenerativeField.Buildertypes(Collection<ImageStandardGenerativeFieldType> types)Sets the value of the Types property for this object.ImageStandardGenerativeField.Buildertypes(ImageStandardGenerativeFieldType... types)Sets the value of the Types property for this object.ImageStandardGenerativeField.BuildertypesWithStrings(String... types)Sets the value of the Types property for this object.ImageStandardGenerativeField.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
ImageStandardGenerativeField.Builder state(String state)
Sets the value of the State property for this object.
-
state
ImageStandardGenerativeField.Builder state(State state)
Sets the value of the State property for this object.
-
typesWithStrings
ImageStandardGenerativeField.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
ImageStandardGenerativeField.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
ImageStandardGenerativeField.Builder types(Collection<ImageStandardGenerativeFieldType> 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
ImageStandardGenerativeField.Builder types(ImageStandardGenerativeFieldType... 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.
-
-