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