Interface CfnAgentPropsMixin.CustomPromptProfileProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAgentPropsMixin.CustomPromptProfileProperty.Jsii$Proxy
- Enclosing class:
CfnAgentPropsMixin
@Stability(Stable)
public static interface CfnAgentPropsMixin.CustomPromptProfileProperty
extends software.amazon.jsii.JsiiSerializable
Reference to an existing custom prompt profile.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.quicksight.*;
CustomPromptProfileProperty customPromptProfileProperty = CustomPromptProfileProperty.builder()
.modelProfileId("modelProfileId")
.qbsAwsAccountId("qbsAwsAccountId")
.subscriptionId("subscriptionId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAgentPropsMixin.CustomPromptProfilePropertystatic final classAn implementation forCfnAgentPropsMixin.CustomPromptProfileProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getModelProfileId
The identifier of the model profile.- See Also:
-
getQbsAwsAccountId
The QBS AWS account identifier.- See Also:
-
getSubscriptionId
The subscription identifier.- See Also:
-
builder
-