Interface GetListsMetadataResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetListsMetadataResponse.Builder,GetListsMetadataResponse>,FraudDetectorResponse.Builder,SdkBuilder<GetListsMetadataResponse.Builder,GetListsMetadataResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetListsMetadataResponse
public static interface GetListsMetadataResponse.Builder extends FraudDetectorResponse.Builder, SdkPojo, CopyableBuilder<GetListsMetadataResponse.Builder,GetListsMetadataResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetListsMetadataResponse.Builderlists(Collection<AllowDenyList> lists)The metadata of the specified list or all lists under the account.GetListsMetadataResponse.Builderlists(Consumer<AllowDenyList.Builder>... lists)The metadata of the specified list or all lists under the account.GetListsMetadataResponse.Builderlists(AllowDenyList... lists)The metadata of the specified list or all lists under the account.GetListsMetadataResponse.BuildernextToken(String nextToken)The next page token.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.frauddetector.model.FraudDetectorResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
lists
GetListsMetadataResponse.Builder lists(Collection<AllowDenyList> lists)
The metadata of the specified list or all lists under the account.
- Parameters:
lists- The metadata of the specified list or all lists under the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lists
GetListsMetadataResponse.Builder lists(AllowDenyList... lists)
The metadata of the specified list or all lists under the account.
- Parameters:
lists- The metadata of the specified list or all lists under the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lists
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.Builderavoiding the need to create one manually viaAllowDenyList.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#lists(List.) - Parameters:
lists- a consumer that will call methods onAllowDenyList.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#lists(java.util.Collection)
-
nextToken
GetListsMetadataResponse.Builder nextToken(String nextToken)
The next page token.
- Parameters:
nextToken- The next page token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-