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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppSyncRuntime.Buildername(String name)Thenameof the runtime to use.AppSyncRuntime.Buildername(RuntimeName name)Thenameof the runtime to use.AppSyncRuntime.BuilderruntimeVersion(String runtimeVersion)Theversionof 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 Detail
-
name
AppSyncRuntime.Builder name(String name)
The
nameof the runtime to use. Currently, the only allowed value isAPPSYNC_JS.- Parameters:
name- Thenameof 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:
RuntimeName,RuntimeName
-
name
AppSyncRuntime.Builder name(RuntimeName name)
The
nameof the runtime to use. Currently, the only allowed value isAPPSYNC_JS.- Parameters:
name- Thenameof 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:
RuntimeName,RuntimeName
-
runtimeVersion
AppSyncRuntime.Builder runtimeVersion(String runtimeVersion)
The
versionof the runtime to use. Currently, the only allowed version is1.0.0.- Parameters:
runtimeVersion- Theversionof 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.
-
-