Interface StrategyConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StrategyConfiguration.Builder,,StrategyConfiguration> SdkBuilder<StrategyConfiguration.Builder,,StrategyConfiguration> SdkPojo
- Enclosing class:
StrategyConfiguration
-
Method Summary
Modifier and TypeMethodDescriptiondefault StrategyConfiguration.Builderconsolidation(Consumer<ConsolidationConfiguration.Builder> consolidation) The consolidation configuration for the memory strategy.consolidation(ConsolidationConfiguration consolidation) The consolidation configuration for the memory strategy.default StrategyConfiguration.Builderextraction(Consumer<ExtractionConfiguration.Builder> extraction) The extraction configuration for the memory strategy.extraction(ExtractionConfiguration extraction) The extraction configuration for the memory strategy.default StrategyConfiguration.BuilderselfManagedConfiguration(Consumer<SelfManagedConfiguration.Builder> selfManagedConfiguration) Self-managed configuration settings.selfManagedConfiguration(SelfManagedConfiguration selfManagedConfiguration) Self-managed configuration settings.The type of override for the strategy configuration.type(OverrideType type) The type of override for the strategy configuration.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
-
type
The type of override for the strategy configuration.
- Parameters:
type- The type of override for the strategy configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of override for the strategy configuration.
- Parameters:
type- The type of override for the strategy configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
extraction
The extraction configuration for the memory strategy.
- Parameters:
extraction- The extraction configuration for the memory strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
extraction
default StrategyConfiguration.Builder extraction(Consumer<ExtractionConfiguration.Builder> extraction) The extraction configuration for the memory strategy.
This is a convenience method that creates an instance of theExtractionConfiguration.Builderavoiding the need to create one manually viaExtractionConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toextraction(ExtractionConfiguration).- Parameters:
extraction- a consumer that will call methods onExtractionConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
consolidation
The consolidation configuration for the memory strategy.
- Parameters:
consolidation- The consolidation configuration for the memory strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
consolidation
default StrategyConfiguration.Builder consolidation(Consumer<ConsolidationConfiguration.Builder> consolidation) The consolidation configuration for the memory strategy.
This is a convenience method that creates an instance of theConsolidationConfiguration.Builderavoiding the need to create one manually viaConsolidationConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconsolidation(ConsolidationConfiguration).- Parameters:
consolidation- a consumer that will call methods onConsolidationConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
selfManagedConfiguration
StrategyConfiguration.Builder selfManagedConfiguration(SelfManagedConfiguration selfManagedConfiguration) Self-managed configuration settings.
- Parameters:
selfManagedConfiguration- Self-managed configuration settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selfManagedConfiguration
default StrategyConfiguration.Builder selfManagedConfiguration(Consumer<SelfManagedConfiguration.Builder> selfManagedConfiguration) Self-managed configuration settings.
This is a convenience method that creates an instance of theSelfManagedConfiguration.Builderavoiding the need to create one manually viaSelfManagedConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toselfManagedConfiguration(SelfManagedConfiguration).- Parameters:
selfManagedConfiguration- a consumer that will call methods onSelfManagedConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-