Class CfnAgentPropsMixin.CustomPromptProfileProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAgentPropsMixin.CustomPromptProfileProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAgentPropsMixin.CustomPromptProfileProperty>
- Enclosing interface:
CfnAgentPropsMixin.CustomPromptProfileProperty
@Stability(Stable)
public static final class CfnAgentPropsMixin.CustomPromptProfileProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAgentPropsMixin.CustomPromptProfileProperty>
A builder for
CfnAgentPropsMixin.CustomPromptProfileProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.modelProfileId(String modelProfileId) Sets the value ofCfnAgentPropsMixin.CustomPromptProfileProperty.getModelProfileId()qbsAwsAccountId(String qbsAwsAccountId) Sets the value ofCfnAgentPropsMixin.CustomPromptProfileProperty.getQbsAwsAccountId()subscriptionId(String subscriptionId) Sets the value ofCfnAgentPropsMixin.CustomPromptProfileProperty.getSubscriptionId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
modelProfileId
@Stability(Stable) public CfnAgentPropsMixin.CustomPromptProfileProperty.Builder modelProfileId(String modelProfileId) Sets the value ofCfnAgentPropsMixin.CustomPromptProfileProperty.getModelProfileId()- Parameters:
modelProfileId- The identifier of the model profile.- Returns:
this
-
qbsAwsAccountId
@Stability(Stable) public CfnAgentPropsMixin.CustomPromptProfileProperty.Builder qbsAwsAccountId(String qbsAwsAccountId) Sets the value ofCfnAgentPropsMixin.CustomPromptProfileProperty.getQbsAwsAccountId()- Parameters:
qbsAwsAccountId- The QBS AWS account identifier.- Returns:
this
-
subscriptionId
@Stability(Stable) public CfnAgentPropsMixin.CustomPromptProfileProperty.Builder subscriptionId(String subscriptionId) Sets the value ofCfnAgentPropsMixin.CustomPromptProfileProperty.getSubscriptionId()- Parameters:
subscriptionId- The subscription identifier.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAgentPropsMixin.CustomPromptProfileProperty>- Returns:
- a new instance of
CfnAgentPropsMixin.CustomPromptProfileProperty - Throws:
NullPointerException- if any required attribute was not provided
-