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