Interface RuntimeConfig
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RuntimeConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-17T14:40:45.540Z")
@Stability(Stable)
public interface RuntimeConfig
extends software.amazon.jsii.JsiiSerializable
Config for binding runtime to a function or resolver.
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.appsync.*;
RuntimeConfig runtimeConfig = RuntimeConfig.builder()
.name("name")
.runtimeVersion("runtimeVersion")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forRuntimeConfigstatic final classAn implementation forRuntimeConfig -
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeConfig.Builderbuilder()getName()The name of the runtime.The version string of the runtime.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the runtime. -
getRuntimeVersion
The version string of the runtime. -
builder
- Returns:
- a
RuntimeConfig.BuilderofRuntimeConfig
-