Interface ListPhoneNumbersOptedOutResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListPhoneNumbersOptedOutResponse.Builder,
,ListPhoneNumbersOptedOutResponse> SdkBuilder<ListPhoneNumbersOptedOutResponse.Builder,
,ListPhoneNumbersOptedOutResponse> SdkPojo
,SdkResponse.Builder
,SnsResponse.Builder
- Enclosing class:
ListPhoneNumbersOptedOutResponse
public static interface ListPhoneNumbersOptedOutResponse.Builder
extends SnsResponse.Builder, SdkPojo, CopyableBuilder<ListPhoneNumbersOptedOutResponse.Builder,ListPhoneNumbersOptedOutResponse>
-
Method Summary
Modifier and TypeMethodDescriptionANextToken
string is returned when you call theListPhoneNumbersOptedOut
action if additional records are available after the first page of results.phoneNumbers
(String... phoneNumbers) A list of phone numbers that are opted out of receiving SMS messages.phoneNumbers
(Collection<String> phoneNumbers) A list of phone numbers that are opted out of receiving SMS messages.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
Methods inherited from interface software.amazon.awssdk.services.sns.model.SnsResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
phoneNumbers
A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.
- Parameters:
phoneNumbers
- A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumbers
A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.
- Parameters:
phoneNumbers
- A list of phone numbers that are opted out of receiving SMS messages. The list is paginated, and each page can contain up to 100 phone numbers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A
NextToken
string is returned when you call theListPhoneNumbersOptedOut
action if additional records are available after the first page of results.- Parameters:
nextToken
- ANextToken
string is returned when you call theListPhoneNumbersOptedOut
action if additional records are available after the first page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-