Interface CfnAgent.CustomPromptProfileProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAgent.CustomPromptProfileProperty.Jsii$Proxy
- Enclosing class:
CfnAgent
@Stability(Stable)
public static interface CfnAgent.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.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 forCfnAgent.CustomPromptProfilePropertystatic final classAn implementation forCfnAgent.CustomPromptProfileProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The identifier of the model profile.The QBS AWS account identifier.The subscription identifier.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
-