Interface DescribeAssessmentRequest.Builder

  • Method Details

    • catalog

      The catalog related to the request. Fixed value: AWSMarketplace

      Parameters:
      catalog - The catalog related to the request. Fixed value: AWSMarketplace
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assessmentIdentifier

      DescribeAssessmentRequest.Builder assessmentIdentifier(String assessmentIdentifier)

      The unique identifier of the assessment to describe. You can provide either the assessment ID (for example, assessment-12345) or the full assessment ARN (for example, arn:aws:aws-marketplace:us-east-1::AWSMarketplace/Assessment/assessment-12345).

      Parameters:
      assessmentIdentifier - The unique identifier of the assessment to describe. You can provide either the assessment ID (for example, assessment-12345) or the full assessment ARN (for example, arn:aws:aws-marketplace:us-east-1::AWSMarketplace/Assessment/assessment-12345).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      Specifies the upper limit of ControlAssessment elements returned on a single page. If a value isn't provided, the default value is 50. Valid values range from 1 to 100.

      Parameters:
      maxResults - Specifies the upper limit of ControlAssessment elements returned on a single page. If a value isn't provided, the default value is 50. Valid values range from 1 to 100.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The value of the next token, if it exists. null if there are no more results.

      Parameters:
      nextToken - The value of the next token, if it exists. null if there are no more results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DescribeAssessmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration 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.