Class CfnPromptPropsMixin.CachePointBlockProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnPromptPropsMixin.CachePointBlockProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPromptPropsMixin.CachePointBlockProperty>
- Enclosing interface:
CfnPromptPropsMixin.CachePointBlockProperty
@Stability(Stable)
public static final class CfnPromptPropsMixin.CachePointBlockProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPromptPropsMixin.CachePointBlockProperty>
A builder for
CfnPromptPropsMixin.CachePointBlockProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnPromptPropsMixin.CachePointBlockProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
type
Sets the value ofCfnPromptPropsMixin.CachePointBlockProperty.getType()- Parameters:
type- Specifies the type of cache point within the CachePointBlock.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPromptPropsMixin.CachePointBlockProperty>- Returns:
- a new instance of
CfnPromptPropsMixin.CachePointBlockProperty - Throws:
NullPointerException- if any required attribute was not provided
-