Interface ImageStandardOutputConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ImageStandardOutputConfiguration.Builder,,ImageStandardOutputConfiguration> SdkBuilder<ImageStandardOutputConfiguration.Builder,,ImageStandardOutputConfiguration> SdkPojo
- Enclosing class:
 ImageStandardOutputConfiguration
public static interface ImageStandardOutputConfiguration.Builder
extends SdkPojo, CopyableBuilder<ImageStandardOutputConfiguration.Builder,ImageStandardOutputConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionextraction(Consumer<ImageStandardExtraction.Builder> extraction) Sets the value of the Extraction property for this object.extraction(ImageStandardExtraction extraction) Sets the value of the Extraction property for this object.generativeField(Consumer<ImageStandardGenerativeField.Builder> generativeField) Sets the value of the GenerativeField property for this object.generativeField(ImageStandardGenerativeField generativeField) Sets the value of the GenerativeField property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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 ImageStandardOutputConfiguration.Builder extraction(Consumer<ImageStandardExtraction.Builder> extraction) Sets the value of the Extraction property for this object. This is a convenience method that creates an instance of theImageStandardExtraction.Builderavoiding the need to create one manually viaImageStandardExtraction.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toextraction(ImageStandardExtraction).- Parameters:
 extraction- a consumer that will call methods onImageStandardExtraction.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
generativeField
ImageStandardOutputConfiguration.Builder generativeField(ImageStandardGenerativeField 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 ImageStandardOutputConfiguration.Builder generativeField(Consumer<ImageStandardGenerativeField.Builder> generativeField) Sets the value of the GenerativeField property for this object. This is a convenience method that creates an instance of theImageStandardGenerativeField.Builderavoiding the need to create one manually viaImageStandardGenerativeField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togenerativeField(ImageStandardGenerativeField).- Parameters:
 generativeField- a consumer that will call methods onImageStandardGenerativeField.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -