Interface DescribeAccessPointsResponse.Builder

    • Method Detail

      • accessPoints

        DescribeAccessPointsResponse.Builder accessPoints​(AccessPointDescription... accessPoints)

        An array of access point descriptions.

        Parameters:
        accessPoints - An array of access point descriptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeAccessPointsResponse.Builder nextToken​(String nextToken)

        Present if there are more access points than returned in the response. You can use the NextMarker in the subsequent request to fetch the additional descriptions.

        Parameters:
        nextToken - Present if there are more access points than returned in the response. You can use the NextMarker in the subsequent request to fetch the additional descriptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.