Interface ListPhoneNumbersOptedOutResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListPhoneNumbersOptedOutResponse.Builder,ListPhoneNumbersOptedOutResponse>,SdkBuilder<ListPhoneNumbersOptedOutResponse.Builder,ListPhoneNumbersOptedOutResponse>,SdkPojo,SdkResponse.Builder,SnsResponse.Builder
- Enclosing class:
- ListPhoneNumbersOptedOutResponse
@Mutable @NotThreadSafe public static interface ListPhoneNumbersOptedOutResponse.Builder extends SnsResponse.Builder, SdkPojo, CopyableBuilder<ListPhoneNumbersOptedOutResponse.Builder,ListPhoneNumbersOptedOutResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPhoneNumbersOptedOutResponse.BuildernextToken(String nextToken)ANextTokenstring is returned when you call theListPhoneNumbersOptedOutaction if additional records are available after the first page of results.ListPhoneNumbersOptedOutResponse.BuilderphoneNumbers(String... phoneNumbers)A list of phone numbers that are opted out of receiving SMS messages.ListPhoneNumbersOptedOutResponse.BuilderphoneNumbers(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, sdkFieldNameToField, 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 Detail
-
phoneNumbers
ListPhoneNumbersOptedOutResponse.Builder phoneNumbers(Collection<String> 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
ListPhoneNumbersOptedOutResponse.Builder phoneNumbers(String... 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
ListPhoneNumbersOptedOutResponse.Builder nextToken(String nextToken)
A
NextTokenstring is returned when you call theListPhoneNumbersOptedOutaction if additional records are available after the first page of results.- Parameters:
nextToken- ANextTokenstring is returned when you call theListPhoneNumbersOptedOutaction 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.
-
-