Interface CfnHarness.HarnessSystemContentBlockProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnHarness.HarnessSystemContentBlockProperty.Jsii$Proxy
- Enclosing class:
CfnHarness
@Stability(Stable)
public static interface CfnHarness.HarnessSystemContentBlockProperty
extends software.amazon.jsii.JsiiSerializable
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.bedrockagentcore.*;
HarnessSystemContentBlockProperty harnessSystemContentBlockProperty = HarnessSystemContentBlockProperty.builder()
.text("text")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnHarness.HarnessSystemContentBlockPropertystatic final classAn implementation forCfnHarness.HarnessSystemContentBlockProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getText
The text content of the system prompt block.- See Also:
-
builder
-