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 Summary
Modifier 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.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 Details
-
extraction
Sets 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.
-
extraction
default 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.Builder
avoiding the need to create one manually viaDocumentStandardExtraction.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toextraction(DocumentStandardExtraction)
.- Parameters:
extraction
- a consumer that will call methods onDocumentStandardExtraction.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
generativeField
DocumentStandardOutputConfiguration.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.
-
generativeField
default 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.Builder
avoiding the need to create one manually viaDocumentStandardGenerativeField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed togenerativeField(DocumentStandardGenerativeField)
.- Parameters:
generativeField
- a consumer that will call methods onDocumentStandardGenerativeField.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outputFormat
Sets 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.
-
outputFormat
default 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.Builder
avoiding the need to create one manually viaDocumentOutputFormat.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooutputFormat(DocumentOutputFormat)
.- Parameters:
outputFormat
- a consumer that will call methods onDocumentOutputFormat.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-