Class CfnBlueprintMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnBlueprintMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBlueprintMixinProps>
- Enclosing interface:
CfnBlueprintMixinProps
@Stability(Stable)
public static final class CfnBlueprintMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBlueprintMixinProps>
A builder for
CfnBlueprintMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblueprintName(String blueprintName) Sets the value ofCfnBlueprintMixinProps.getBlueprintName()build()Builds the configured instance.kmsEncryptionContext(Map<String, String> kmsEncryptionContext) Sets the value ofCfnBlueprintMixinProps.getKmsEncryptionContext()kmsEncryptionContext(IResolvable kmsEncryptionContext) Sets the value ofCfnBlueprintMixinProps.getKmsEncryptionContext()Sets the value ofCfnBlueprintMixinProps.getKmsKeyId()Sets the value ofCfnBlueprintMixinProps.getSchema()Sets the value ofCfnBlueprintMixinProps.getTags()Sets the value ofCfnBlueprintMixinProps.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
blueprintName
Sets the value ofCfnBlueprintMixinProps.getBlueprintName()- Parameters:
blueprintName- The blueprint's name.- Returns:
this
-
kmsEncryptionContext
@Stability(Stable) public CfnBlueprintMixinProps.Builder kmsEncryptionContext(Map<String, String> kmsEncryptionContext) Sets the value ofCfnBlueprintMixinProps.getKmsEncryptionContext()- Parameters:
kmsEncryptionContext- Name-value pairs to include as an encryption context.- Returns:
this
-
kmsEncryptionContext
@Stability(Stable) public CfnBlueprintMixinProps.Builder kmsEncryptionContext(IResolvable kmsEncryptionContext) Sets the value ofCfnBlueprintMixinProps.getKmsEncryptionContext()- Parameters:
kmsEncryptionContext- Name-value pairs to include as an encryption context.- Returns:
this
-
kmsKeyId
Sets the value ofCfnBlueprintMixinProps.getKmsKeyId()- Parameters:
kmsKeyId- The AWS key to use for encryption.- Returns:
this
-
schema
Sets the value ofCfnBlueprintMixinProps.getSchema()- Parameters:
schema- The blueprint's schema.- Returns:
this
-
tags
Sets the value ofCfnBlueprintMixinProps.getTags()- Parameters:
tags- List of Tags.- Returns:
this
-
type
Sets the value ofCfnBlueprintMixinProps.getType()- Parameters:
type- The blueprint's type.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBlueprintMixinProps>- Returns:
- a new instance of
CfnBlueprintMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-