public static interface ListAssessmentRunsResponse.Builder extends InspectorResponse.Builder, SdkPojo, CopyableBuilder<ListAssessmentRunsResponse.Builder,ListAssessmentRunsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAssessmentRunsResponse.Builder |
assessmentRunArns(Collection<String> assessmentRunArns)
A list of ARNs that specifies the assessment runs that are returned by the action.
|
ListAssessmentRunsResponse.Builder |
assessmentRunArns(String... assessmentRunArns)
A list of ARNs that specifies the assessment runs that are returned by the action.
|
ListAssessmentRunsResponse.Builder |
nextToken(String 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssessmentRunsResponse.Builder assessmentRunArns(Collection<String> assessmentRunArns)
A list of ARNs that specifies the assessment runs that are returned by the action.
assessmentRunArns - A list of ARNs that specifies the assessment runs that are returned by the action.ListAssessmentRunsResponse.Builder assessmentRunArns(String... assessmentRunArns)
A list of ARNs that specifies the assessment runs that are returned by the action.
assessmentRunArns - A list of ARNs that specifies the assessment runs that are returned by the action.ListAssessmentRunsResponse.Builder nextToken(String 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.
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.Copyright © 2023. All rights reserved.