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 Details

    • name

      The name of the runtime to use. Currently, the only allowed value is APPSYNC_JS.

      Parameters:
      name - The name of the runtime to use. Currently, the only allowed value is APPSYNC_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 is APPSYNC_JS.

      Parameters:
      name - The name of the runtime to use. Currently, the only allowed value is APPSYNC_JS.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • runtimeVersion

      AppSyncRuntime.Builder runtimeVersion(String runtimeVersion)

      The version of the runtime to use. Currently, the only allowed version is 1.0.0.

      Parameters:
      runtimeVersion - The version of the runtime to use. Currently, the only allowed version is 1.0.0.
      Returns:
      Returns a reference to this object so that method calls can be chained together.