Interface DescribeReplicationTaskAssessmentRunsResponse.Builder

    • Method Detail

      • marker

        DescribeReplicationTaskAssessmentRunsResponse.Builder marker​(String marker)

        A pagination token returned for you to pass to a subsequent request. If you pass this token as the Marker value in a subsequent request, the response includes only records beyond the marker, up to the value specified in the request by MaxRecords.

        Parameters:
        marker - A pagination token returned for you to pass to a subsequent request. If you pass this token as the Marker value in a subsequent request, the response includes only records beyond the marker, up to the value specified in the request by MaxRecords.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicationTaskAssessmentRuns

        DescribeReplicationTaskAssessmentRunsResponse.Builder replicationTaskAssessmentRuns​(Collection<ReplicationTaskAssessmentRun> replicationTaskAssessmentRuns)

        One or more premigration assessment runs as specified by Filters.

        Parameters:
        replicationTaskAssessmentRuns - One or more premigration assessment runs as specified by Filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicationTaskAssessmentRuns

        DescribeReplicationTaskAssessmentRunsResponse.Builder replicationTaskAssessmentRuns​(ReplicationTaskAssessmentRun... replicationTaskAssessmentRuns)

        One or more premigration assessment runs as specified by Filters.

        Parameters:
        replicationTaskAssessmentRuns - One or more premigration assessment runs as specified by Filters.
        Returns:
        Returns a reference to this object so that method calls can be chained together.