public static interface ListAssessmentRunAgentsResponse.Builder extends InspectorResponse.Builder, SdkPojo, CopyableBuilder<ListAssessmentRunAgentsResponse.Builder,ListAssessmentRunAgentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAssessmentRunAgentsResponse.Builder |
assessmentRunAgents(AssessmentRunAgent... assessmentRunAgents)
A list of ARNs that specifies the agents returned by the action.
|
ListAssessmentRunAgentsResponse.Builder |
assessmentRunAgents(Collection<AssessmentRunAgent> assessmentRunAgents)
A list of ARNs that specifies the agents returned by the action.
|
ListAssessmentRunAgentsResponse.Builder |
assessmentRunAgents(Consumer<AssessmentRunAgent.Builder>... assessmentRunAgents)
A list of ARNs that specifies the agents returned by the action.
|
ListAssessmentRunAgentsResponse.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, buildListAssessmentRunAgentsResponse.Builder assessmentRunAgents(Collection<AssessmentRunAgent> assessmentRunAgents)
A list of ARNs that specifies the agents returned by the action.
assessmentRunAgents - A list of ARNs that specifies the agents returned by the action.ListAssessmentRunAgentsResponse.Builder assessmentRunAgents(AssessmentRunAgent... assessmentRunAgents)
A list of ARNs that specifies the agents returned by the action.
assessmentRunAgents - A list of ARNs that specifies the agents returned by the action.ListAssessmentRunAgentsResponse.Builder assessmentRunAgents(Consumer<AssessmentRunAgent.Builder>... assessmentRunAgents)
A list of ARNs that specifies the agents returned by the action.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #assessmentRunAgents(List) .assessmentRunAgents - a consumer that will call methods on List.Builder #assessmentRunAgents(List) ListAssessmentRunAgentsResponse.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 © 2021. All rights reserved.