Interface ListAssessmentTemplatesResponse.Builder

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

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

    • assessmentTemplateArns

      ListAssessmentTemplatesResponse.Builder assessmentTemplateArns(Collection<String> assessmentTemplateArns)

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

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

      ListAssessmentTemplatesResponse.Builder assessmentTemplateArns(String... assessmentTemplateArns)

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

      Parameters:
      assessmentTemplateArns - A list of ARNs that specifies the assessment templates 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.