Interface EnrichmentStrategyConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EnrichmentStrategyConfiguration.Builder,
,EnrichmentStrategyConfiguration> SdkBuilder<EnrichmentStrategyConfiguration.Builder,
,EnrichmentStrategyConfiguration> SdkPojo
- Enclosing class:
EnrichmentStrategyConfiguration
@Mutable
@NotThreadSafe
public static interface EnrichmentStrategyConfiguration.Builder
extends SdkPojo, CopyableBuilder<EnrichmentStrategyConfiguration.Builder,EnrichmentStrategyConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe method used for the context enrichment strategy.method
(EnrichmentStrategyMethod method) The method used for the context enrichment strategy.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 Details
-
method
The method used for the context enrichment strategy.
- Parameters:
method
- The method used for the context enrichment strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
method
The method used for the context enrichment strategy.
- Parameters:
method
- The method used for the context enrichment strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-