Interface VideoStandardGenerativeField.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VideoStandardGenerativeField.Builder,
,VideoStandardGenerativeField> SdkBuilder<VideoStandardGenerativeField.Builder,
,VideoStandardGenerativeField> SdkPojo
- Enclosing class:
VideoStandardGenerativeField
@Mutable
@NotThreadSafe
public static interface VideoStandardGenerativeField.Builder
extends SdkPojo, CopyableBuilder<VideoStandardGenerativeField.Builder,VideoStandardGenerativeField>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the State property for this object.Sets the value of the State property for this object.Sets the value of the Types property for this object.types
(VideoStandardGenerativeFieldType... types) Sets the value of the Types property for this object.typesWithStrings
(String... types) Sets the value of the Types property for this object.typesWithStrings
(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 Details
-
state
Sets the value of the State property for this object.- Parameters:
state
- The new value for the State property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
Sets the value of the State property for this object.- Parameters:
state
- The new value for the State property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
typesWithStrings
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
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
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
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.
-