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