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