public static interface AppSyncRuntime.Builder extends SdkPojo, CopyableBuilder<AppSyncRuntime.Builder,AppSyncRuntime>
| Modifier and Type | Method and Description |
|---|---|
AppSyncRuntime.Builder |
name(RuntimeName name)
The
name of the runtime to use. |
AppSyncRuntime.Builder |
name(String name)
The
name of the runtime to use. |
AppSyncRuntime.Builder |
runtimeVersion(String runtimeVersion)
The
version of the runtime to use. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAppSyncRuntime.Builder name(String name)
The name of the runtime to use. Currently, the only allowed value is APPSYNC_JS.
name - The name of the runtime to use. Currently, the only allowed value is
APPSYNC_JS.RuntimeName,
RuntimeNameAppSyncRuntime.Builder name(RuntimeName name)
The name of the runtime to use. Currently, the only allowed value is APPSYNC_JS.
name - The name of the runtime to use. Currently, the only allowed value is
APPSYNC_JS.RuntimeName,
RuntimeNameAppSyncRuntime.Builder runtimeVersion(String runtimeVersion)
The version of the runtime to use. Currently, the only allowed version is 1.0.0.
runtimeVersion - The version of the runtime to use. Currently, the only allowed version is
1.0.0.Copyright © 2023. All rights reserved.