Interface ExtractionConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ExtractionConfiguration.Builder,,ExtractionConfiguration> SdkBuilder<ExtractionConfiguration.Builder,,ExtractionConfiguration> SdkPojo
- Enclosing class:
ExtractionConfiguration
@Mutable
@NotThreadSafe
public static interface ExtractionConfiguration.Builder
extends SdkPojo, CopyableBuilder<ExtractionConfiguration.Builder,ExtractionConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ExtractionConfiguration.BuildercustomExtractionConfiguration(Consumer<CustomExtractionConfiguration.Builder> customExtractionConfiguration) The custom extraction configuration.customExtractionConfiguration(CustomExtractionConfiguration customExtractionConfiguration) The custom extraction configuration.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
-
customExtractionConfiguration
ExtractionConfiguration.Builder customExtractionConfiguration(CustomExtractionConfiguration customExtractionConfiguration) The custom extraction configuration.
- Parameters:
customExtractionConfiguration- The custom extraction configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customExtractionConfiguration
default ExtractionConfiguration.Builder customExtractionConfiguration(Consumer<CustomExtractionConfiguration.Builder> customExtractionConfiguration) The custom extraction configuration.
This is a convenience method that creates an instance of theCustomExtractionConfiguration.Builderavoiding the need to create one manually viaCustomExtractionConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomExtractionConfiguration(CustomExtractionConfiguration).- Parameters:
customExtractionConfiguration- a consumer that will call methods onCustomExtractionConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-