public static interface ListAssessmentTargetsResponse.Builder extends InspectorResponse.Builder, SdkPojo, CopyableBuilder<ListAssessmentTargetsResponse.Builder,ListAssessmentTargetsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAssessmentTargetsResponse.Builder |
assessmentTargetArns(Collection<String> assessmentTargetArns)
A list of ARNs that specifies the assessment targets that are returned by the action.
|
ListAssessmentTargetsResponse.Builder |
assessmentTargetArns(String... assessmentTargetArns)
A list of ARNs that specifies the assessment targets that are returned by the action.
|
ListAssessmentTargetsResponse.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, buildListAssessmentTargetsResponse.Builder assessmentTargetArns(Collection<String> assessmentTargetArns)
A list of ARNs that specifies the assessment targets that are returned by the action.
assessmentTargetArns - A list of ARNs that specifies the assessment targets that are returned by the action.ListAssessmentTargetsResponse.Builder assessmentTargetArns(String... assessmentTargetArns)
A list of ARNs that specifies the assessment targets that are returned by the action.
assessmentTargetArns - A list of ARNs that specifies the assessment targets that are returned by the action.ListAssessmentTargetsResponse.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.