Interface ListPagesByContactResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListPagesByContactResponse.Builder,ListPagesByContactResponse>, SdkBuilder<ListPagesByContactResponse.Builder,ListPagesByContactResponse>, SdkPojo, SdkResponse.Builder, SsmContactsResponse.Builder
Enclosing class:
ListPagesByContactResponse

public static interface ListPagesByContactResponse.Builder extends SsmContactsResponse.Builder, SdkPojo, CopyableBuilder<ListPagesByContactResponse.Builder,ListPagesByContactResponse>
  • Method Details

    • 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.
    • pages

      The list of engagements to a contact's contact channel.

      Parameters:
      pages - The list of engagements to a contact's contact channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pages

      The list of engagements to a contact's contact channel.

      Parameters:
      pages - The list of engagements to a contact's contact channel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pages

      The list of engagements to a contact's contact channel.

      This is a convenience method that creates an instance of the Page.Builder avoiding the need to create one manually via Page.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to pages(List<Page>).

      Parameters:
      pages - a consumer that will call methods on Page.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: