public static interface ListAllowListsResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<ListAllowListsResponse.Builder,ListAllowListsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAllowListsResponse.Builder |
allowLists(AllowListSummary... allowLists)
An array of objects, one for each allow list.
|
ListAllowListsResponse.Builder |
allowLists(Collection<AllowListSummary> allowLists)
An array of objects, one for each allow list.
|
ListAllowListsResponse.Builder |
allowLists(Consumer<AllowListSummary.Builder>... allowLists)
An array of objects, one for each allow list.
|
ListAllowListsResponse.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, buildListAllowListsResponse.Builder allowLists(Collection<AllowListSummary> allowLists)
An array of objects, one for each allow list.
allowLists - An array of objects, one for each allow list.ListAllowListsResponse.Builder allowLists(AllowListSummary... allowLists)
An array of objects, one for each allow list.
allowLists - An array of objects, one for each allow list.ListAllowListsResponse.Builder allowLists(Consumer<AllowListSummary.Builder>... allowLists)
An array of objects, one for each allow list.
This is a convenience method that creates an instance of theAllowListSummary.Builder avoiding the need to create one
manually via AllowListSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #allowLists(List.
allowLists - a consumer that will call methods on
AllowListSummary.Builder#allowLists(java.util.Collection) ListAllowListsResponse.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 © 2023. All rights reserved.