Interface RestoreJobsListMember.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RestoreJobsListMember.Builder,RestoreJobsListMember>,SdkBuilder<RestoreJobsListMember.Builder,RestoreJobsListMember>,SdkPojo
- Enclosing class:
- RestoreJobsListMember
public static interface RestoreJobsListMember.Builder extends SdkPojo, CopyableBuilder<RestoreJobsListMember.Builder,RestoreJobsListMember>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description RestoreJobsListMember.BuilderaccountId(String accountId)The account ID that owns the restore job.RestoreJobsListMember.BuilderbackupSizeInBytes(Long backupSizeInBytes)The size, in bytes, of the restored resource.RestoreJobsListMember.BuildercompletionDate(Instant completionDate)The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time (UTC).default RestoreJobsListMember.BuildercreatedBy(Consumer<RestoreJobCreator.Builder> createdBy)Contains identifying information about the creation of a restore job.RestoreJobsListMember.BuildercreatedBy(RestoreJobCreator createdBy)Contains identifying information about the creation of a restore job.RestoreJobsListMember.BuildercreatedResourceArn(String createdResourceArn)An Amazon Resource Name (ARN) that uniquely identifies a resource.RestoreJobsListMember.BuildercreationDate(Instant creationDate)The date and time a restore job is created, in Unix format and Coordinated Universal Time (UTC).RestoreJobsListMember.BuilderdeletionStatus(String deletionStatus)This notes the status of the data generated by the restore test.RestoreJobsListMember.BuilderdeletionStatus(RestoreDeletionStatus deletionStatus)This notes the status of the data generated by the restore test.RestoreJobsListMember.BuilderdeletionStatusMessage(String deletionStatusMessage)This describes the restore job deletion status.RestoreJobsListMember.BuilderexpectedCompletionTimeMinutes(Long expectedCompletionTimeMinutes)The amount of time in minutes that a job restoring a recovery point is expected to take.RestoreJobsListMember.BuilderiamRoleArn(String iamRoleArn)Specifies the IAM role ARN used to create the target recovery point; for example,arn:aws:iam::123456789012:role/S3Access.RestoreJobsListMember.BuilderpercentDone(String percentDone)Contains an estimated percentage complete of a job at the time the job status was queried.RestoreJobsListMember.BuilderrecoveryPointArn(String recoveryPointArn)An ARN that uniquely identifies a recovery point; for example,arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.RestoreJobsListMember.BuilderrecoveryPointCreationDate(Instant recoveryPointCreationDate)The date on which a recovery point was created.RestoreJobsListMember.BuilderresourceType(String resourceType)The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.RestoreJobsListMember.BuilderrestoreJobId(String restoreJobId)Uniquely identifies the job that restores a recovery point.RestoreJobsListMember.Builderstatus(String status)A status code specifying the state of the job initiated by Backup to restore a recovery point.RestoreJobsListMember.Builderstatus(RestoreJobStatus status)A status code specifying the state of the job initiated by Backup to restore a recovery point.RestoreJobsListMember.BuilderstatusMessage(String statusMessage)A detailed message explaining the status of the job to restore a recovery point.RestoreJobsListMember.BuildervalidationStatus(String validationStatus)This is the status of validation run on the indicated restore job.RestoreJobsListMember.BuildervalidationStatus(RestoreValidationStatus validationStatus)This is the status of validation run on the indicated restore job.RestoreJobsListMember.BuildervalidationStatusMessage(String validationStatusMessage)This describes the status of validation run on the indicated restore job.-
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
-
accountId
RestoreJobsListMember.Builder accountId(String accountId)
The account ID that owns the restore job.
- Parameters:
accountId- The account ID that owns the restore job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
restoreJobId
RestoreJobsListMember.Builder restoreJobId(String restoreJobId)
Uniquely identifies the job that restores a recovery point.
- Parameters:
restoreJobId- Uniquely identifies the job that restores a recovery point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recoveryPointArn
RestoreJobsListMember.Builder recoveryPointArn(String recoveryPointArn)
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.- Parameters:
recoveryPointArn- An ARN that uniquely identifies a recovery point; for example,arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDate
RestoreJobsListMember.Builder creationDate(Instant creationDate)
The date and time a restore job is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationDateis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.- Parameters:
creationDate- The date and time a restore job is created, in Unix format and Coordinated Universal Time (UTC). The value ofCreationDateis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completionDate
RestoreJobsListMember.Builder completionDate(Instant completionDate)
The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time (UTC). The value of
CompletionDateis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.- Parameters:
completionDate- The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal Time (UTC). The value ofCompletionDateis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
RestoreJobsListMember.Builder status(String status)
A status code specifying the state of the job initiated by Backup to restore a recovery point.
- Parameters:
status- A status code specifying the state of the job initiated by Backup to restore a recovery point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RestoreJobStatus,RestoreJobStatus
-
status
RestoreJobsListMember.Builder status(RestoreJobStatus status)
A status code specifying the state of the job initiated by Backup to restore a recovery point.
- Parameters:
status- A status code specifying the state of the job initiated by Backup to restore a recovery point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RestoreJobStatus,RestoreJobStatus
-
statusMessage
RestoreJobsListMember.Builder statusMessage(String statusMessage)
A detailed message explaining the status of the job to restore a recovery point.
- Parameters:
statusMessage- A detailed message explaining the status of the job to restore a recovery point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
percentDone
RestoreJobsListMember.Builder percentDone(String percentDone)
Contains an estimated percentage complete of a job at the time the job status was queried.
- Parameters:
percentDone- Contains an estimated percentage complete of a job at the time the job status was queried.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupSizeInBytes
RestoreJobsListMember.Builder backupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of the restored resource.
- Parameters:
backupSizeInBytes- The size, in bytes, of the restored resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamRoleArn
RestoreJobsListMember.Builder iamRoleArn(String iamRoleArn)
Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access.- Parameters:
iamRoleArn- Specifies the IAM role ARN used to create the target recovery point; for example,arn:aws:iam::123456789012:role/S3Access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expectedCompletionTimeMinutes
RestoreJobsListMember.Builder expectedCompletionTimeMinutes(Long expectedCompletionTimeMinutes)
The amount of time in minutes that a job restoring a recovery point is expected to take.
- Parameters:
expectedCompletionTimeMinutes- The amount of time in minutes that a job restoring a recovery point is expected to take.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdResourceArn
RestoreJobsListMember.Builder createdResourceArn(String createdResourceArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
- Parameters:
createdResourceArn- An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
RestoreJobsListMember.Builder resourceType(String resourceType)
The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.
- Parameters:
resourceType- The resource type of the listed restore jobs; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recoveryPointCreationDate
RestoreJobsListMember.Builder recoveryPointCreationDate(Instant recoveryPointCreationDate)
The date on which a recovery point was created.
- Parameters:
recoveryPointCreationDate- The date on which a recovery point was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
RestoreJobsListMember.Builder createdBy(RestoreJobCreator createdBy)
Contains identifying information about the creation of a restore job.
- Parameters:
createdBy- Contains identifying information about the creation of a restore job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
default RestoreJobsListMember.Builder createdBy(Consumer<RestoreJobCreator.Builder> createdBy)
Contains identifying information about the creation of a restore job.
This is a convenience method that creates an instance of theRestoreJobCreator.Builderavoiding the need to create one manually viaRestoreJobCreator.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocreatedBy(RestoreJobCreator).- Parameters:
createdBy- a consumer that will call methods onRestoreJobCreator.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
createdBy(RestoreJobCreator)
-
validationStatus
RestoreJobsListMember.Builder validationStatus(String validationStatus)
This is the status of validation run on the indicated restore job.
- Parameters:
validationStatus- This is the status of validation run on the indicated restore job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RestoreValidationStatus,RestoreValidationStatus
-
validationStatus
RestoreJobsListMember.Builder validationStatus(RestoreValidationStatus validationStatus)
This is the status of validation run on the indicated restore job.
- Parameters:
validationStatus- This is the status of validation run on the indicated restore job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RestoreValidationStatus,RestoreValidationStatus
-
validationStatusMessage
RestoreJobsListMember.Builder validationStatusMessage(String validationStatusMessage)
This describes the status of validation run on the indicated restore job.
- Parameters:
validationStatusMessage- This describes the status of validation run on the indicated restore job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deletionStatus
RestoreJobsListMember.Builder deletionStatus(String deletionStatus)
This notes the status of the data generated by the restore test. The status may be
Deleting,Failed, orSuccessful.- Parameters:
deletionStatus- This notes the status of the data generated by the restore test. The status may beDeleting,Failed, orSuccessful.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RestoreDeletionStatus,RestoreDeletionStatus
-
deletionStatus
RestoreJobsListMember.Builder deletionStatus(RestoreDeletionStatus deletionStatus)
This notes the status of the data generated by the restore test. The status may be
Deleting,Failed, orSuccessful.- Parameters:
deletionStatus- This notes the status of the data generated by the restore test. The status may beDeleting,Failed, orSuccessful.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RestoreDeletionStatus,RestoreDeletionStatus
-
deletionStatusMessage
RestoreJobsListMember.Builder deletionStatusMessage(String deletionStatusMessage)
This describes the restore job deletion status.
- Parameters:
deletionStatusMessage- This describes the restore job deletion status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-