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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
methodThe 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:
 
- 
methodThe 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:
 
 
-