Interface ApplicationRestoreConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ApplicationRestoreConfiguration.Builder,ApplicationRestoreConfiguration>, SdkBuilder<ApplicationRestoreConfiguration.Builder,ApplicationRestoreConfiguration>, SdkPojo
Enclosing class:
ApplicationRestoreConfiguration

public static interface ApplicationRestoreConfiguration.Builder extends SdkPojo, CopyableBuilder<ApplicationRestoreConfiguration.Builder,ApplicationRestoreConfiguration>
  • Method Details

    • applicationRestoreType

      ApplicationRestoreConfiguration.Builder applicationRestoreType(String applicationRestoreType)

      Specifies how the application should be restored.

      Parameters:
      applicationRestoreType - Specifies how the application should be restored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • applicationRestoreType

      ApplicationRestoreConfiguration.Builder applicationRestoreType(ApplicationRestoreType applicationRestoreType)

      Specifies how the application should be restored.

      Parameters:
      applicationRestoreType - Specifies how the application should be restored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.