Interface CustomExtractionConfigurationInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CustomExtractionConfigurationInput.Builder,,CustomExtractionConfigurationInput> SdkBuilder<CustomExtractionConfigurationInput.Builder,,CustomExtractionConfigurationInput> SdkPojo
- Enclosing class:
CustomExtractionConfigurationInput
@Mutable
@NotThreadSafe
public static interface CustomExtractionConfigurationInput.Builder
extends SdkPojo, CopyableBuilder<CustomExtractionConfigurationInput.Builder,CustomExtractionConfigurationInput>
-
Method Summary
Modifier and TypeMethodDescriptionsemanticExtractionOverride(Consumer<SemanticOverrideExtractionConfigurationInput.Builder> semanticExtractionOverride) The semantic extraction override configuration input.semanticExtractionOverride(SemanticOverrideExtractionConfigurationInput semanticExtractionOverride) The semantic extraction override configuration input.userPreferenceExtractionOverride(Consumer<UserPreferenceOverrideExtractionConfigurationInput.Builder> userPreferenceExtractionOverride) The user preference extraction override configuration input.userPreferenceExtractionOverride(UserPreferenceOverrideExtractionConfigurationInput userPreferenceExtractionOverride) The user preference extraction override configuration input.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
-
semanticExtractionOverride
CustomExtractionConfigurationInput.Builder semanticExtractionOverride(SemanticOverrideExtractionConfigurationInput semanticExtractionOverride) The semantic extraction override configuration input.
- Parameters:
semanticExtractionOverride- The semantic extraction override configuration input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
semanticExtractionOverride
default CustomExtractionConfigurationInput.Builder semanticExtractionOverride(Consumer<SemanticOverrideExtractionConfigurationInput.Builder> semanticExtractionOverride) The semantic extraction override configuration input.
This is a convenience method that creates an instance of theSemanticOverrideExtractionConfigurationInput.Builderavoiding the need to create one manually viaSemanticOverrideExtractionConfigurationInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosemanticExtractionOverride(SemanticOverrideExtractionConfigurationInput).- Parameters:
semanticExtractionOverride- a consumer that will call methods onSemanticOverrideExtractionConfigurationInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
userPreferenceExtractionOverride
CustomExtractionConfigurationInput.Builder userPreferenceExtractionOverride(UserPreferenceOverrideExtractionConfigurationInput userPreferenceExtractionOverride) The user preference extraction override configuration input.
- Parameters:
userPreferenceExtractionOverride- The user preference extraction override configuration input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userPreferenceExtractionOverride
default CustomExtractionConfigurationInput.Builder userPreferenceExtractionOverride(Consumer<UserPreferenceOverrideExtractionConfigurationInput.Builder> userPreferenceExtractionOverride) The user preference extraction override configuration input.
This is a convenience method that creates an instance of theUserPreferenceOverrideExtractionConfigurationInput.Builderavoiding the need to create one manually viaUserPreferenceOverrideExtractionConfigurationInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed touserPreferenceExtractionOverride(UserPreferenceOverrideExtractionConfigurationInput).- Parameters:
userPreferenceExtractionOverride- a consumer that will call methods onUserPreferenceOverrideExtractionConfigurationInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-