Interface AppSyncRuntime.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AppSyncRuntime.Builder,
,AppSyncRuntime> SdkBuilder<AppSyncRuntime.Builder,
,AppSyncRuntime> SdkPojo
- Enclosing class:
AppSyncRuntime
public static interface AppSyncRuntime.Builder
extends SdkPojo, CopyableBuilder<AppSyncRuntime.Builder,AppSyncRuntime>
-
Method Summary
Modifier and TypeMethodDescriptionThename
of the runtime to use.name
(RuntimeName name) Thename
of the runtime to use.runtimeVersion
(String runtimeVersion) Theversion
of the runtime to use.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The
name
of the runtime to use. Currently, the only allowed value isAPPSYNC_JS
.- Parameters:
name
- Thename
of the runtime to use. Currently, the only allowed value isAPPSYNC_JS
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The
name
of the runtime to use. Currently, the only allowed value isAPPSYNC_JS
.- Parameters:
name
- Thename
of the runtime to use. Currently, the only allowed value isAPPSYNC_JS
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
runtimeVersion
The
version
of the runtime to use. Currently, the only allowed version is1.0.0
.- Parameters:
runtimeVersion
- Theversion
of the runtime to use. Currently, the only allowed version is1.0.0
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-