Interface CfnPrompt.CachePointBlockProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPrompt.CachePointBlockProperty.Jsii$Proxy
- Enclosing class:
CfnPrompt
@Stability(Stable)
public static interface CfnPrompt.CachePointBlockProperty
extends software.amazon.jsii.JsiiSerializable
Defines a section of content to be cached for reuse in subsequent API calls.
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.bedrock.*;
CachePointBlockProperty cachePointBlockProperty = CachePointBlockProperty.builder()
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPrompt.CachePointBlockPropertystatic final classAn implementation forCfnPrompt.CachePointBlockProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
Specifies the type of cache point within the CachePointBlock.- See Also:
-
builder
-