Interface DocumentStandardOutputConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DocumentStandardOutputConfiguration.Builder,DocumentStandardOutputConfiguration>,SdkBuilder<DocumentStandardOutputConfiguration.Builder,DocumentStandardOutputConfiguration>,SdkPojo
- Enclosing class:
- DocumentStandardOutputConfiguration
public static interface DocumentStandardOutputConfiguration.Builder extends SdkPojo, CopyableBuilder<DocumentStandardOutputConfiguration.Builder,DocumentStandardOutputConfiguration>
-
-
Method Summary
-
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
-
extraction
DocumentStandardOutputConfiguration.Builder extraction(DocumentStandardExtraction 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.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 onDocumentStandardExtraction.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
extraction(DocumentStandardExtraction)
-
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.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 onDocumentStandardGenerativeField.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
generativeField(DocumentStandardGenerativeField)
-
outputFormat
DocumentStandardOutputConfiguration.Builder outputFormat(DocumentOutputFormat 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.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 onDocumentOutputFormat.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
outputFormat(DocumentOutputFormat)
-
-