Interface DescribeKeywordsRequest.Builder

    • Method Detail

      • originationIdentity

        DescribeKeywordsRequest.Builder originationIdentity​(String originationIdentity)

        The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn. You can use DescribePhoneNumbers to find the values for PhoneNumberId and PhoneNumberArn while DescribeSenderIds can be used to get the values for SenderId and SenderIdArn.

        If you are using a shared AWS End User Messaging SMS and Voice resource then you must use the full Amazon Resource Name(ARN).

        Parameters:
        originationIdentity - The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn. You can use DescribePhoneNumbers to find the values for PhoneNumberId and PhoneNumberArn while DescribeSenderIds can be used to get the values for SenderId and SenderIdArn.

        If you are using a shared AWS End User Messaging SMS and Voice resource then you must use the full Amazon Resource Name(ARN).

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keywords

        DescribeKeywordsRequest.Builder keywords​(Collection<String> keywords)

        An array of keywords to search for.

        Parameters:
        keywords - An array of keywords to search for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keywords

        DescribeKeywordsRequest.Builder keywords​(String... keywords)

        An array of keywords to search for.

        Parameters:
        keywords - An array of keywords to search for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        DescribeKeywordsRequest.Builder filters​(Collection<KeywordFilter> filters)

        An array of keyword filters to filter the results.

        Parameters:
        filters - An array of keyword filters to filter the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        DescribeKeywordsRequest.Builder filters​(KeywordFilter... filters)

        An array of keyword filters to filter the results.

        Parameters:
        filters - An array of keyword filters to filter the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeKeywordsRequest.Builder nextToken​(String nextToken)

        The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.

        Parameters:
        nextToken - The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        DescribeKeywordsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return per each request.

        Parameters:
        maxResults - The maximum number of results to return per each request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.