public static interface ListContactsRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<ListContactsRequest.Builder,ListContactsRequest>
Modifier and Type | Method and Description |
---|---|
ListContactsRequest.Builder |
contactListName(String contactListName)
The name of the contact list.
|
default ListContactsRequest.Builder |
filter(Consumer<ListContactsFilter.Builder> filter)
A filter that can be applied to a list of contacts.
|
ListContactsRequest.Builder |
filter(ListContactsFilter filter)
A filter that can be applied to a list of contacts.
|
ListContactsRequest.Builder |
nextToken(String nextToken)
A string token indicating that there might be additional contacts available to be listed.
|
ListContactsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListContactsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListContactsRequest.Builder |
pageSize(Integer pageSize)
The number of contacts that may be returned at once, which is dependent on if there are more or less contacts
than the value of the PageSize.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListContactsRequest.Builder contactListName(String contactListName)
The name of the contact list.
contactListName
- The name of the contact list.ListContactsRequest.Builder filter(ListContactsFilter filter)
A filter that can be applied to a list of contacts.
filter
- A filter that can be applied to a list of contacts.default ListContactsRequest.Builder filter(Consumer<ListContactsFilter.Builder> filter)
A filter that can be applied to a list of contacts.
This is a convenience that creates an instance of theListContactsFilter.Builder
avoiding the need to
create one manually via ListContactsFilter.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to filter(ListContactsFilter)
.filter
- a consumer that will call methods on ListContactsFilter.Builder
filter(ListContactsFilter)
ListContactsRequest.Builder pageSize(Integer pageSize)
The number of contacts that may be returned at once, which is dependent on if there are more or less contacts
than the value of the PageSize. Use this parameter to paginate results. If additional contacts exist beyond
the specified limit, the NextToken
element is sent in the response. Use the
NextToken
value in subsequent requests to retrieve additional contacts.
pageSize
- The number of contacts that may be returned at once, which is dependent on if there are more or less
contacts than the value of the PageSize. Use this parameter to paginate results. If additional
contacts exist beyond the specified limit, the NextToken
element is sent in the response.
Use the NextToken
value in subsequent requests to retrieve additional contacts.ListContactsRequest.Builder nextToken(String nextToken)
A string token indicating that there might be additional contacts available to be listed. Use the token provided in the Response to use in the subsequent call to ListContacts with the same parameters to retrieve the next page of contacts.
nextToken
- A string token indicating that there might be additional contacts available to be listed. Use the
token provided in the Response to use in the subsequent call to ListContacts with the same parameters
to retrieve the next page of contacts.ListContactsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListContactsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.