Interface DescribeApplicableIndividualAssessmentsRequest.Builder

    • Method Detail

      • replicationTaskArn

        DescribeApplicableIndividualAssessmentsRequest.Builder replicationTaskArn​(String replicationTaskArn)

        Amazon Resource Name (ARN) of a migration task on which you want to base the default list of individual assessments.

        Parameters:
        replicationTaskArn - Amazon Resource Name (ARN) of a migration task on which you want to base the default list of individual assessments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicationInstanceArn

        DescribeApplicableIndividualAssessmentsRequest.Builder replicationInstanceArn​(String replicationInstanceArn)

        ARN of a replication instance on which you want to base the default list of individual assessments.

        Parameters:
        replicationInstanceArn - ARN of a replication instance on which you want to base the default list of individual assessments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicationConfigArn

        DescribeApplicableIndividualAssessmentsRequest.Builder replicationConfigArn​(String replicationConfigArn)

        Amazon Resource Name (ARN) of a serverless replication on which you want to base the default list of individual assessments.

        Parameters:
        replicationConfigArn - Amazon Resource Name (ARN) of a serverless replication on which you want to base the default list of individual assessments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceEngineName

        DescribeApplicableIndividualAssessmentsRequest.Builder sourceEngineName​(String sourceEngineName)

        Name of a database engine that the specified replication instance supports as a source.

        Parameters:
        sourceEngineName - Name of a database engine that the specified replication instance supports as a source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetEngineName

        DescribeApplicableIndividualAssessmentsRequest.Builder targetEngineName​(String targetEngineName)

        Name of a database engine that the specified replication instance supports as a target.

        Parameters:
        targetEngineName - Name of a database engine that the specified replication instance supports as a target.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxRecords

        DescribeApplicableIndividualAssessmentsRequest.Builder maxRecords​(Integer maxRecords)

        Maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.

        Parameters:
        maxRecords - Maximum number of records to include in the response. If more records exist than the specified MaxRecords value, a pagination token called a marker is included in the response so that the remaining results can be retrieved.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        DescribeApplicableIndividualAssessmentsRequest.Builder marker​(String marker)

        Optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

        Parameters:
        marker - Optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
        Returns:
        Returns a reference to this object so that method calls can be chained together.