Interface DescribeSubnetsResponse.Builder

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

public static interface DescribeSubnetsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeSubnetsResponse.Builder,DescribeSubnetsResponse>
  • Method Details

    • subnets

      Information about one or more subnets.

      Parameters:
      subnets - Information about one or more subnets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnets

      Information about one or more subnets.

      Parameters:
      subnets - Information about one or more subnets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnets

      Information about one or more subnets.

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

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

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

      The token to include in another request to get the next page of items. This value is null when there are no more items to return.

      Parameters:
      nextToken - The token to include in another request to get the next page of items. This value is null when there are no more items to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.