public static interface GetListsMetadataResponse.Builder extends FraudDetectorResponse.Builder, SdkPojo, CopyableBuilder<GetListsMetadataResponse.Builder,GetListsMetadataResponse>
| Modifier and Type | Method and Description |
|---|---|
GetListsMetadataResponse.Builder |
lists(AllowDenyList... lists)
The metadata of the specified list or all lists under the account.
|
GetListsMetadataResponse.Builder |
lists(Collection<AllowDenyList> lists)
The metadata of the specified list or all lists under the account.
|
GetListsMetadataResponse.Builder |
lists(Consumer<AllowDenyList.Builder>... lists)
The metadata of the specified list or all lists under the account.
|
GetListsMetadataResponse.Builder |
nextToken(String nextToken)
The next page token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetListsMetadataResponse.Builder lists(Collection<AllowDenyList> lists)
The metadata of the specified list or all lists under the account.
lists - The metadata of the specified list or all lists under the account.GetListsMetadataResponse.Builder lists(AllowDenyList... lists)
The metadata of the specified list or all lists under the account.
lists - The metadata of the specified list or all lists under the account.GetListsMetadataResponse.Builder lists(Consumer<AllowDenyList.Builder>... lists)
The metadata of the specified list or all lists under the account.
This is a convenience method that creates an instance of theAllowDenyList.Builder avoiding the need to create
one manually via AllowDenyList.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #lists(List.
lists - a consumer that will call methods on
AllowDenyList.Builder#lists(java.util.Collection) GetListsMetadataResponse.Builder nextToken(String nextToken)
The next page token.
nextToken - The next page token.Copyright © 2023. All rights reserved.