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