Interface ListOutpostsResponse.Builder

    • Method Detail

      • outposts

        ListOutpostsResponse.Builder outposts​(Collection<Outpost> outposts)
        Sets the value of the Outposts property for this object.
        Parameters:
        outposts - The new value for the Outposts property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outposts

        ListOutpostsResponse.Builder outposts​(Outpost... outposts)
        Sets the value of the Outposts property for this object.
        Parameters:
        outposts - The new value for the Outposts property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListOutpostsResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.