CopyableBuilder<ListFindingsResponse.Builder,ListFindingsResponse>
, SdkBuilder<ListFindingsResponse.Builder,ListFindingsResponse>
public static interface ListFindingsResponse.Builder extends CopyableBuilder<ListFindingsResponse.Builder,ListFindingsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListFindingsResponse.Builder |
findingArns(String... findingArns) |
A list of ARNs that specifies the findings returned by the action.
|
ListFindingsResponse.Builder |
findingArns(Collection<String> findingArns) |
A list of ARNs that specifies the findings returned by the action.
|
ListFindingsResponse.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.
|
copy
apply, build
ListFindingsResponse.Builder findingArns(Collection<String> findingArns)
A list of ARNs that specifies the findings returned by the action.
findingArns
- A list of ARNs that specifies the findings returned by the action.ListFindingsResponse.Builder findingArns(String... findingArns)
A list of ARNs that specifies the findings returned by the action.
NOTE: This method appends the values to the existing list (if any). Use
#setFindingArns(java.util.Collection)
or #withFindingArns(java.util.Collection)
if you want
to override the existing values.
findingArns
- A list of ARNs that specifies the findings returned by the action.ListFindingsResponse.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.