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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnrichmentStrategyConfiguration.Buildermethod(String method)The method used for the context enrichment strategy.EnrichmentStrategyConfiguration.Buildermethod(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 Detail
-
method
EnrichmentStrategyConfiguration.Builder method(String 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:
EnrichmentStrategyMethod,EnrichmentStrategyMethod
-
method
EnrichmentStrategyConfiguration.Builder method(EnrichmentStrategyMethod 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:
EnrichmentStrategyMethod,EnrichmentStrategyMethod
-
-