Interface SearchJobBackupsResult.Builder

  • Method Details

    • status

      This is the status of the search job backup result.

      Parameters:
      status - This is the status of the search job backup result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      This is the status of the search job backup result.

      Parameters:
      status - This is the status of the search job backup result.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusMessage

      SearchJobBackupsResult.Builder statusMessage(String statusMessage)

      This is the status message included with the results.

      Parameters:
      statusMessage - This is the status message included with the results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceType

      SearchJobBackupsResult.Builder resourceType(String resourceType)

      This is the resource type of the search.

      Parameters:
      resourceType - This is the resource type of the search.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceType

      SearchJobBackupsResult.Builder resourceType(ResourceType resourceType)

      This is the resource type of the search.

      Parameters:
      resourceType - This is the resource type of the search.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • backupResourceArn

      SearchJobBackupsResult.Builder backupResourceArn(String backupResourceArn)

      The Amazon Resource Name (ARN) that uniquely identifies the backup resources.

      Parameters:
      backupResourceArn - The Amazon Resource Name (ARN) that uniquely identifies the backup resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sourceResourceArn

      SearchJobBackupsResult.Builder sourceResourceArn(String sourceResourceArn)

      The Amazon Resource Name (ARN) that uniquely identifies the source resources.

      Parameters:
      sourceResourceArn - The Amazon Resource Name (ARN) that uniquely identifies the source resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • indexCreationTime

      SearchJobBackupsResult.Builder indexCreationTime(Instant indexCreationTime)

      This is the creation time of the backup index.

      Parameters:
      indexCreationTime - This is the creation time of the backup index.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • backupCreationTime

      SearchJobBackupsResult.Builder backupCreationTime(Instant backupCreationTime)

      This is the creation time of the backup (recovery point).

      Parameters:
      backupCreationTime - This is the creation time of the backup (recovery point).
      Returns:
      Returns a reference to this object so that method calls can be chained together.