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 method that creates an instance of theFindingsFilterListItem.Builder avoiding the need to
create one manually via FindingsFilterListItem.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #findingsFilterListItems(List.
findingsFilterListItems - a consumer that will call methods on
FindingsFilterListItem.Builder#findingsFilterListItems(java.util.Collection) 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 © 2022. All rights reserved.