Interface ReplicationTaskIndividualAssessment.Builder

    • Method Detail

      • 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

        ReplicationTaskIndividualAssessment.Builder status​(String status)

        Individual assessment status.

        This status can have one of the following values:

        • "cancelled"

        • "error"

        • "failed"

        • "passed"

        • "pending"

        • "running"

        Parameters:
        status - Individual assessment status.

        This status can have one of the following values:

        • "cancelled"

        • "error"

        • "failed"

        • "passed"

        • "pending"

        • "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.