Interface ListLayoutsResponse.Builder

    • Method Detail

      • layouts

        ListLayoutsResponse.Builder layouts​(Collection<LayoutSummary> layouts)

        The layouts for the domain.

        Parameters:
        layouts - The layouts for the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • layouts

        ListLayoutsResponse.Builder layouts​(LayoutSummary... layouts)

        The layouts for the domain.

        Parameters:
        layouts - The layouts for the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListLayoutsResponse.Builder nextToken​(String nextToken)

        The token for the next set of results. This is null if there are no more results to return.

        Parameters:
        nextToken - The token for the next set of results. This is null if there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.