Interface ListRestoreJobsByProtectedResourceRequest.Builder

  • Method Details

    • resourceArn

      Returns only restore jobs that match the specified resource Amazon Resource Name (ARN).

      Parameters:
      resourceArn - Returns only restore jobs that match the specified resource Amazon Resource Name (ARN).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • byStatus

      Returns only restore jobs associated with the specified job status.

      Parameters:
      byStatus - Returns only restore jobs associated with the specified job status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • byStatus

      Returns only restore jobs associated with the specified job status.

      Parameters:
      byStatus - Returns only restore jobs associated with the specified job status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • byRecoveryPointCreationDateAfter

      ListRestoreJobsByProtectedResourceRequest.Builder byRecoveryPointCreationDateAfter(Instant byRecoveryPointCreationDateAfter)

      Returns only restore jobs of recovery points that were created after the specified date.

      Parameters:
      byRecoveryPointCreationDateAfter - Returns only restore jobs of recovery points that were created after the specified date.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • byRecoveryPointCreationDateBefore

      ListRestoreJobsByProtectedResourceRequest.Builder byRecoveryPointCreationDateBefore(Instant byRecoveryPointCreationDateBefore)

      Returns only restore jobs of recovery points that were created before the specified date.

      Parameters:
      byRecoveryPointCreationDateBefore - Returns only restore jobs of recovery points that were created before the specified date.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The next item following a partial list of returned items. For example, if a request ismade to return MaxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.

      Parameters:
      nextToken - The next item following a partial list of returned items. For example, if a request ismade to return MaxResults number of items, NextToken allows you to return more items in your list starting at the location pointed to by the next token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of items to be returned.

      Parameters:
      maxResults - The maximum number of items to be returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.