Interface DescribeApplicableIndividualAssessmentsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DescribeApplicableIndividualAssessmentsRequest.Builder,DescribeApplicableIndividualAssessmentsRequest>, DatabaseMigrationRequest.Builder, SdkBuilder<DescribeApplicableIndividualAssessmentsRequest.Builder,DescribeApplicableIndividualAssessmentsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeApplicableIndividualAssessmentsRequest

  • Method Details

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

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

      Name of the migration type that each provided individual assessment must support.

      Parameters:
      migrationType - Name of the migration type that each provided individual assessment must support.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • migrationType

      Name of the migration type that each provided individual assessment must support.

      Parameters:
      migrationType - Name of the migration type that each provided individual assessment must support.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

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

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.