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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ImageStandardOutputConfiguration.Builderextraction(Consumer<ImageStandardExtraction.Builder> extraction)Sets the value of the Extraction property for this object.ImageStandardOutputConfiguration.Builderextraction(ImageStandardExtraction extraction)Sets the value of the Extraction property for this object.default ImageStandardOutputConfiguration.BuildergenerativeField(Consumer<ImageStandardGenerativeField.Builder> generativeField)Sets the value of the GenerativeField property for this object.ImageStandardOutputConfiguration.BuildergenerativeField(ImageStandardGenerativeField generativeField)Sets the value of the GenerativeField 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 Detail
-
extraction
ImageStandardOutputConfiguration.Builder extraction(ImageStandardExtraction 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:
extraction(ImageStandardExtraction)
-
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:
generativeField(ImageStandardGenerativeField)
-
-