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 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

      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

      A NextToken string is returned when you call the ListPhoneNumbersOptedOut action if additional records are available after the first page of results.

      Parameters:
      nextToken - A NextToken string is returned when you call the ListPhoneNumbersOptedOut 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.