Interface AppSyncRuntime.Builder

    • Method Detail

      • name

        AppSyncRuntime.Builder name​(String 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:
        RuntimeName, RuntimeName
      • name

        AppSyncRuntime.Builder name​(RuntimeName 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:
        RuntimeName, RuntimeName
      • 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.