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