Interface InlineDocumentEnrichmentConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InlineDocumentEnrichmentConfiguration.Builder,InlineDocumentEnrichmentConfiguration>,SdkBuilder<InlineDocumentEnrichmentConfiguration.Builder,InlineDocumentEnrichmentConfiguration>,SdkPojo
- Enclosing class:
- InlineDocumentEnrichmentConfiguration
public static interface InlineDocumentEnrichmentConfiguration.Builder extends SdkPojo, CopyableBuilder<InlineDocumentEnrichmentConfiguration.Builder,InlineDocumentEnrichmentConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default InlineDocumentEnrichmentConfiguration.Buildercondition(Consumer<DocumentAttributeCondition.Builder> condition)Sets the value of the Condition property for this object.InlineDocumentEnrichmentConfiguration.Buildercondition(DocumentAttributeCondition condition)Sets the value of the Condition property for this object.InlineDocumentEnrichmentConfiguration.BuilderdocumentContentOperator(String documentContentOperator)TRUEto delete content if the condition used for the target attribute is met.InlineDocumentEnrichmentConfiguration.BuilderdocumentContentOperator(DocumentContentOperator documentContentOperator)TRUEto delete content if the condition used for the target attribute is met.default InlineDocumentEnrichmentConfiguration.Buildertarget(Consumer<DocumentAttributeTarget.Builder> target)Sets the value of the Target property for this object.InlineDocumentEnrichmentConfiguration.Buildertarget(DocumentAttributeTarget target)Sets the value of the Target 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, sdkFields
-
-
-
-
Method Detail
-
condition
InlineDocumentEnrichmentConfiguration.Builder condition(DocumentAttributeCondition condition)
Sets the value of the Condition property for this object.- Parameters:
condition- The new value for the Condition property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
condition
default InlineDocumentEnrichmentConfiguration.Builder condition(Consumer<DocumentAttributeCondition.Builder> condition)
Sets the value of the Condition property for this object. This is a convenience method that creates an instance of theDocumentAttributeCondition.Builderavoiding the need to create one manually viaDocumentAttributeCondition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocondition(DocumentAttributeCondition).- Parameters:
condition- a consumer that will call methods onDocumentAttributeCondition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
condition(DocumentAttributeCondition)
-
target
InlineDocumentEnrichmentConfiguration.Builder target(DocumentAttributeTarget target)
Sets the value of the Target property for this object.- Parameters:
target- The new value for the Target property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
target
default InlineDocumentEnrichmentConfiguration.Builder target(Consumer<DocumentAttributeTarget.Builder> target)
Sets the value of the Target property for this object. This is a convenience method that creates an instance of theDocumentAttributeTarget.Builderavoiding the need to create one manually viaDocumentAttributeTarget.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totarget(DocumentAttributeTarget).- Parameters:
target- a consumer that will call methods onDocumentAttributeTarget.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
target(DocumentAttributeTarget)
-
documentContentOperator
InlineDocumentEnrichmentConfiguration.Builder documentContentOperator(String documentContentOperator)
TRUEto delete content if the condition used for the target attribute is met.- Parameters:
documentContentOperator-TRUEto delete content if the condition used for the target attribute is met.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DocumentContentOperator,DocumentContentOperator
-
documentContentOperator
InlineDocumentEnrichmentConfiguration.Builder documentContentOperator(DocumentContentOperator documentContentOperator)
TRUEto delete content if the condition used for the target attribute is met.- Parameters:
documentContentOperator-TRUEto delete content if the condition used for the target attribute is met.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DocumentContentOperator,DocumentContentOperator
-
-