Interface ListAssessmentRunsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListAssessmentRunsResponse.Builder,ListAssessmentRunsResponse>, InspectorResponse.Builder, SdkBuilder<ListAssessmentRunsResponse.Builder,ListAssessmentRunsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListAssessmentRunsResponse

public static interface ListAssessmentRunsResponse.Builder extends InspectorResponse.Builder, SdkPojo, CopyableBuilder<ListAssessmentRunsResponse.Builder,ListAssessmentRunsResponse>
  • Method Details

    • assessmentRunArns

      ListAssessmentRunsResponse.Builder assessmentRunArns(Collection<String> assessmentRunArns)

      A list of ARNs that specifies the assessment runs that are returned by the action.

      Parameters:
      assessmentRunArns - A list of ARNs that specifies the assessment runs that are returned by the action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • assessmentRunArns

      ListAssessmentRunsResponse.Builder assessmentRunArns(String... assessmentRunArns)

      A list of ARNs that specifies the assessment runs that are returned by the action.

      Parameters:
      assessmentRunArns - A list of ARNs that specifies the assessment runs that are returned by the action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.

      Parameters:
      nextToken - When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.