Interface ListOutpostsResponse.Builder

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

public static interface ListOutpostsResponse.Builder extends OutpostsResponse.Builder, SdkPojo, CopyableBuilder<ListOutpostsResponse.Builder,ListOutpostsResponse>
  • Method Details

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

      Sets the value of the Outposts property for this object. This is a convenience method that creates an instance of the Outpost.Builder avoiding the need to create one manually via Outpost.builder().

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

      Parameters:
      outposts - a consumer that will call methods on Outpost.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.