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