Interface DocumentExtractionGranularity.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DocumentExtractionGranularity.Builder,,- DocumentExtractionGranularity> - SdkBuilder<DocumentExtractionGranularity.Builder,,- DocumentExtractionGranularity> - SdkPojo
- Enclosing class:
- DocumentExtractionGranularity
@Mutable
@NotThreadSafe
public static interface DocumentExtractionGranularity.Builder
extends SdkPojo, CopyableBuilder<DocumentExtractionGranularity.Builder,DocumentExtractionGranularity> 
- 
Method SummaryModifier and TypeMethodDescriptionSets the value of the Types property for this object.types(DocumentExtractionGranularityType... types) Sets the value of the Types property for this object.typesWithStrings(String... types) Sets the value of the Types property for this object.typesWithStrings(Collection<String> types) Sets the value of the Types property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
typesWithStringsSets 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.
 
- 
typesWithStringsSets 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.
 
- 
typesSets 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.
 
- 
typesSets 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.
 
 
-