Interface ReplicationTaskIndividualAssessment.Builder

  • Method Details

    • replicationTaskIndividualAssessmentArn

      ReplicationTaskIndividualAssessment.Builder replicationTaskIndividualAssessmentArn(String replicationTaskIndividualAssessmentArn)

      Amazon Resource Name (ARN) of this individual assessment.

      Parameters:
      replicationTaskIndividualAssessmentArn - Amazon Resource Name (ARN) of this individual assessment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicationTaskAssessmentRunArn

      ReplicationTaskIndividualAssessment.Builder replicationTaskAssessmentRunArn(String replicationTaskAssessmentRunArn)

      ARN of the premigration assessment run that is created to run this individual assessment.

      Parameters:
      replicationTaskAssessmentRunArn - ARN of the premigration assessment run that is created to run this individual assessment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • individualAssessmentName

      ReplicationTaskIndividualAssessment.Builder individualAssessmentName(String individualAssessmentName)

      Name of this individual assessment.

      Parameters:
      individualAssessmentName - Name of this individual assessment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Individual assessment status.

      This status can have one of the following values:

      • "cancelled"

      • "error"

      • "failed"

      • "passed"

      • "pending"

      • "skipped"

      • "running"

      Parameters:
      status - Individual assessment status.

      This status can have one of the following values:

      • "cancelled"

      • "error"

      • "failed"

      • "passed"

      • "pending"

      • "skipped"

      • "running"

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicationTaskIndividualAssessmentStartDate

      ReplicationTaskIndividualAssessment.Builder replicationTaskIndividualAssessmentStartDate(Instant replicationTaskIndividualAssessmentStartDate)

      Date when this individual assessment was started as part of running the StartReplicationTaskAssessmentRun operation.

      Parameters:
      replicationTaskIndividualAssessmentStartDate - Date when this individual assessment was started as part of running the StartReplicationTaskAssessmentRun operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.