Interface DocumentStandardOutputConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DocumentStandardOutputConfiguration.Builder,,- DocumentStandardOutputConfiguration> - SdkBuilder<DocumentStandardOutputConfiguration.Builder,,- DocumentStandardOutputConfiguration> - SdkPojo
- Enclosing class:
- DocumentStandardOutputConfiguration
@Mutable
@NotThreadSafe
public static interface DocumentStandardOutputConfiguration.Builder
extends SdkPojo, CopyableBuilder<DocumentStandardOutputConfiguration.Builder,DocumentStandardOutputConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionextraction(Consumer<DocumentStandardExtraction.Builder> extraction) Sets the value of the Extraction property for this object.extraction(DocumentStandardExtraction extraction) Sets the value of the Extraction property for this object.generativeField(Consumer<DocumentStandardGenerativeField.Builder> generativeField) Sets the value of the GenerativeField property for this object.generativeField(DocumentStandardGenerativeField generativeField) Sets the value of the GenerativeField property for this object.outputFormat(Consumer<DocumentOutputFormat.Builder> outputFormat) Sets the value of the OutputFormat property for this object.outputFormat(DocumentOutputFormat outputFormat) Sets the value of the OutputFormat 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- 
extractionSets the value of the Extraction property for this object.- Parameters:
- extraction- The new value for the Extraction property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
extractiondefault DocumentStandardOutputConfiguration.Builder extraction(Consumer<DocumentStandardExtraction.Builder> extraction) Sets the value of the Extraction property for this object. This is a convenience method that creates an instance of theDocumentStandardExtraction.Builderavoiding the need to create one manually viaDocumentStandardExtraction.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toextraction(DocumentStandardExtraction).- Parameters:
- extraction- a consumer that will call methods on- DocumentStandardExtraction.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
generativeFieldDocumentStandardOutputConfiguration.Builder generativeField(DocumentStandardGenerativeField generativeField) Sets the value of the GenerativeField property for this object.- Parameters:
- generativeField- The new value for the GenerativeField property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
generativeFielddefault DocumentStandardOutputConfiguration.Builder generativeField(Consumer<DocumentStandardGenerativeField.Builder> generativeField) Sets the value of the GenerativeField property for this object. This is a convenience method that creates an instance of theDocumentStandardGenerativeField.Builderavoiding the need to create one manually viaDocumentStandardGenerativeField.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togenerativeField(DocumentStandardGenerativeField).- Parameters:
- generativeField- a consumer that will call methods on- DocumentStandardGenerativeField.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
outputFormatSets the value of the OutputFormat property for this object.- Parameters:
- outputFormat- The new value for the OutputFormat property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outputFormatdefault DocumentStandardOutputConfiguration.Builder outputFormat(Consumer<DocumentOutputFormat.Builder> outputFormat) Sets the value of the OutputFormat property for this object. This is a convenience method that creates an instance of theDocumentOutputFormat.Builderavoiding the need to create one manually viaDocumentOutputFormat.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputFormat(DocumentOutputFormat).- Parameters:
- outputFormat- a consumer that will call methods on- DocumentOutputFormat.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-