Interface ListRestoreJobsByProtectedResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BackupRequest.Builder,Buildable,CopyableBuilder<ListRestoreJobsByProtectedResourceRequest.Builder,ListRestoreJobsByProtectedResourceRequest>,SdkBuilder<ListRestoreJobsByProtectedResourceRequest.Builder,ListRestoreJobsByProtectedResourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRestoreJobsByProtectedResourceRequest
public static interface ListRestoreJobsByProtectedResourceRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<ListRestoreJobsByProtectedResourceRequest.Builder,ListRestoreJobsByProtectedResourceRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.backup.model.BackupRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
resourceArn
ListRestoreJobsByProtectedResourceRequest.Builder resourceArn(String 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
ListRestoreJobsByProtectedResourceRequest.Builder byStatus(String 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:
RestoreJobStatus,RestoreJobStatus
-
byStatus
ListRestoreJobsByProtectedResourceRequest.Builder byStatus(RestoreJobStatus 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:
RestoreJobStatus,RestoreJobStatus
-
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
ListRestoreJobsByProtectedResourceRequest.Builder nextToken(String nextToken)
The next item following a partial list of returned items. For example, if a request ismade to return
MaxResultsnumber of items,NextTokenallows 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 returnMaxResultsnumber of items,NextTokenallows 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
ListRestoreJobsByProtectedResourceRequest.Builder maxResults(Integer 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
ListRestoreJobsByProtectedResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRestoreJobsByProtectedResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-