Interface DescribeSubnetGroupsResponse.Builder

    • Method Detail

      • nextToken

        DescribeSubnetGroupsResponse.Builder nextToken​(String nextToken)

        Provides an identifier to allow retrieval of paginated results.

        Parameters:
        nextToken - Provides an identifier to allow retrieval of paginated results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetGroups

        DescribeSubnetGroupsResponse.Builder subnetGroups​(Collection<SubnetGroup> subnetGroups)

        An array of subnet groups. Each element in the array represents a single subnet group.

        Parameters:
        subnetGroups - An array of subnet groups. Each element in the array represents a single subnet group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetGroups

        DescribeSubnetGroupsResponse.Builder subnetGroups​(SubnetGroup... subnetGroups)

        An array of subnet groups. Each element in the array represents a single subnet group.

        Parameters:
        subnetGroups - An array of subnet groups. Each element in the array represents a single subnet group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.