Interface GetChangeLogsRequest.Builder

  • Method Details

    • assessmentId

      GetChangeLogsRequest.Builder assessmentId(String assessmentId)

      The unique identifier for the assessment.

      Parameters:
      assessmentId - The unique identifier for the assessment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • controlSetId

      GetChangeLogsRequest.Builder controlSetId(String controlSetId)

      The unique identifier for the control set.

      Parameters:
      controlSetId - The unique identifier for the control set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • controlId

      GetChangeLogsRequest.Builder controlId(String controlId)

      The unique identifier for the control.

      Parameters:
      controlId - The unique identifier for the control.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      GetChangeLogsRequest.Builder nextToken(String nextToken)

      The pagination token that's used to fetch the next set of results.

      Parameters:
      nextToken - The pagination token that's used to fetch the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      GetChangeLogsRequest.Builder maxResults(Integer maxResults)

      Represents the maximum number of results on a page or for an API request call.

      Parameters:
      maxResults - Represents the maximum number of results on a page or for an API request call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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