Interface ListContactsRequest.Builder

  • Method Details

    • nextToken

      ListContactsRequest.Builder nextToken(String nextToken)

      The pagination token to continue to the next page of results.

      Parameters:
      nextToken - The pagination token to continue to the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListContactsRequest.Builder maxResults(Integer maxResults)

      The maximum number of contacts and escalation plans per page of results.

      Parameters:
      maxResults - The maximum number of contacts and escalation plans per page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • aliasPrefix

      ListContactsRequest.Builder aliasPrefix(String aliasPrefix)

      Used to list only contacts who's aliases start with the specified prefix.

      Parameters:
      aliasPrefix - Used to list only contacts who's aliases start with the specified prefix.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of contact. A contact is type PERSONAL and an escalation plan is type ESCALATION.

      Parameters:
      type - The type of contact. A contact is type PERSONAL and an escalation plan is type ESCALATION.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of contact. A contact is type PERSONAL and an escalation plan is type ESCALATION.

      Parameters:
      type - The type of contact. A contact is type PERSONAL and an escalation plan is type ESCALATION.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      ListContactsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.