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