Interface ApplicationRestoreConfiguration.Builder

    • Method Detail

      • snapshotName

        ApplicationRestoreConfiguration.Builder snapshotName​(String snapshotName)

        The identifier of an existing snapshot of application state to use to restart an application. The application uses this value if RESTORE_FROM_CUSTOM_SNAPSHOT is specified for the ApplicationRestoreType.

        Parameters:
        snapshotName - The identifier of an existing snapshot of application state to use to restart an application. The application uses this value if RESTORE_FROM_CUSTOM_SNAPSHOT is specified for the ApplicationRestoreType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.