public static interface DescribeOptOutListsResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<DescribeOptOutListsResponse.Builder,DescribeOptOutListsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeOptOutListsResponse.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
DescribeOptOutListsResponse.Builder |
optOutLists(Collection<OptOutListInformation> optOutLists)
An array of OptOutListInformation objects that contain the details for the requested OptOutLists.
|
DescribeOptOutListsResponse.Builder |
optOutLists(Consumer<OptOutListInformation.Builder>... optOutLists)
An array of OptOutListInformation objects that contain the details for the requested OptOutLists.
|
DescribeOptOutListsResponse.Builder |
optOutLists(OptOutListInformation... optOutLists)
An array of OptOutListInformation objects that contain the details for the requested OptOutLists.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeOptOutListsResponse.Builder optOutLists(Collection<OptOutListInformation> optOutLists)
An array of OptOutListInformation objects that contain the details for the requested OptOutLists.
optOutLists - An array of OptOutListInformation objects that contain the details for the requested OptOutLists.DescribeOptOutListsResponse.Builder optOutLists(OptOutListInformation... optOutLists)
An array of OptOutListInformation objects that contain the details for the requested OptOutLists.
optOutLists - An array of OptOutListInformation objects that contain the details for the requested OptOutLists.DescribeOptOutListsResponse.Builder optOutLists(Consumer<OptOutListInformation.Builder>... optOutLists)
An array of OptOutListInformation objects that contain the details for the requested OptOutLists.
This is a convenience method that creates an instance of theOptOutListInformation.Builder avoiding the
need to create one manually via
OptOutListInformation.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #optOutLists(List.
optOutLists - a consumer that will call methods on
OptOutListInformation.Builder#optOutLists(java.util.Collection) DescribeOptOutListsResponse.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results. If this field is empty then there are no more results.
nextToken - The token to be used for the next set of paginated results. If this field is empty then there are no
more results.Copyright © 2023. All rights reserved.