Class CfnMemory.EpisodicOverrideProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnMemory.EpisodicOverrideProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMemory.EpisodicOverrideProperty>
- Enclosing interface:
CfnMemory.EpisodicOverrideProperty
@Stability(Stable)
public static final class CfnMemory.EpisodicOverrideProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMemory.EpisodicOverrideProperty>
A builder for
CfnMemory.EpisodicOverrideProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.consolidation(IResolvable consolidation) Sets the value ofCfnMemory.EpisodicOverrideProperty.getConsolidation()Sets the value ofCfnMemory.EpisodicOverrideProperty.getConsolidation()extraction(IResolvable extraction) Sets the value ofCfnMemory.EpisodicOverrideProperty.getExtraction()Sets the value ofCfnMemory.EpisodicOverrideProperty.getExtraction()reflection(IResolvable reflection) Sets the value ofCfnMemory.EpisodicOverrideProperty.getReflection()Sets the value ofCfnMemory.EpisodicOverrideProperty.getReflection()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
consolidation
@Stability(Stable) public CfnMemory.EpisodicOverrideProperty.Builder consolidation(IResolvable consolidation) Sets the value ofCfnMemory.EpisodicOverrideProperty.getConsolidation()- Parameters:
consolidation- the value to be set.- Returns:
this
-
consolidation
@Stability(Stable) public CfnMemory.EpisodicOverrideProperty.Builder consolidation(CfnMemory.EpisodicOverrideConsolidationConfigurationInputProperty consolidation) Sets the value ofCfnMemory.EpisodicOverrideProperty.getConsolidation()- Parameters:
consolidation- the value to be set.- Returns:
this
-
extraction
@Stability(Stable) public CfnMemory.EpisodicOverrideProperty.Builder extraction(IResolvable extraction) Sets the value ofCfnMemory.EpisodicOverrideProperty.getExtraction()- Parameters:
extraction- the value to be set.- Returns:
this
-
extraction
@Stability(Stable) public CfnMemory.EpisodicOverrideProperty.Builder extraction(CfnMemory.EpisodicOverrideExtractionConfigurationInputProperty extraction) Sets the value ofCfnMemory.EpisodicOverrideProperty.getExtraction()- Parameters:
extraction- the value to be set.- Returns:
this
-
reflection
@Stability(Stable) public CfnMemory.EpisodicOverrideProperty.Builder reflection(IResolvable reflection) Sets the value ofCfnMemory.EpisodicOverrideProperty.getReflection()- Parameters:
reflection- the value to be set.- Returns:
this
-
reflection
@Stability(Stable) public CfnMemory.EpisodicOverrideProperty.Builder reflection(CfnMemory.EpisodicOverrideReflectionConfigurationInputProperty reflection) Sets the value ofCfnMemory.EpisodicOverrideProperty.getReflection()- Parameters:
reflection- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMemory.EpisodicOverrideProperty>- Returns:
- a new instance of
CfnMemory.EpisodicOverrideProperty - Throws:
NullPointerException- if any required attribute was not provided
-