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