public static interface ListFindingsFiltersResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<ListFindingsFiltersResponse.Builder,ListFindingsFiltersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFindingsFiltersResponse.Builder |
findingsFilterListItems(Collection<FindingsFilterListItem> findingsFilterListItems)
An array of objects, one for each filter that's associated with the account.
|
ListFindingsFiltersResponse.Builder |
findingsFilterListItems(Consumer<FindingsFilterListItem.Builder>... findingsFilterListItems)
An array of objects, one for each filter that's associated with the account.
|
ListFindingsFiltersResponse.Builder |
findingsFilterListItems(FindingsFilterListItem... findingsFilterListItems)
An array of objects, one for each filter that's associated with the account.
|
ListFindingsFiltersResponse.Builder |
nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFindingsFiltersResponse.Builder findingsFilterListItems(Collection<FindingsFilterListItem> findingsFilterListItems)
An array of objects, one for each filter that's associated with the account.
findingsFilterListItems - An array of objects, one for each filter that's associated with the account.ListFindingsFiltersResponse.Builder findingsFilterListItems(FindingsFilterListItem... findingsFilterListItems)
An array of objects, one for each filter that's associated with the account.
findingsFilterListItems - An array of objects, one for each filter that's associated with the account.ListFindingsFiltersResponse.Builder findingsFilterListItems(Consumer<FindingsFilterListItem.Builder>... findingsFilterListItems)
An array of objects, one for each filter that's associated with the account.
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 #findingsFilterListItems(List) .findingsFilterListItems - a consumer that will call methods on List.Builder #findingsFilterListItems(List) ListFindingsFiltersResponse.Builder nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
nextToken - The string to use in a subsequent request to get the next page of results in a paginated response.
This value is null if there are no additional pages.Copyright © 2020. All rights reserved.