public static interface ListFindingsResponse.Builder extends GuardDutyResponse.Builder, CopyableBuilder<ListFindingsResponse.Builder,ListFindingsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFindingsResponse.Builder |
findingIds(Collection<String> findingIds)
Sets the value of the FindingIds property for this object.
|
ListFindingsResponse.Builder |
findingIds(String... findingIds)
Sets the value of the FindingIds property for this object.
|
ListFindingsResponse.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListFindingsResponse.Builder findingIds(Collection<String> findingIds)
findingIds - The new value for the FindingIds property for this object.ListFindingsResponse.Builder findingIds(String... findingIds)
findingIds - The new value for the FindingIds property for this object.ListFindingsResponse.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.