Interface ListMultiRegionAccessPointsResponse.Builder

    • Method Detail

      • accessPoints

        ListMultiRegionAccessPointsResponse.Builder accessPoints​(MultiRegionAccessPointReport... accessPoints)

        The list of Multi-Region Access Points associated with the user.

        Parameters:
        accessPoints - The list of Multi-Region Access Points associated with the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListMultiRegionAccessPointsResponse.Builder nextToken​(String nextToken)

        If the specified bucket has more Multi-Region Access Points than can be returned in one call to this action, this field contains a continuation token. You can use this token tin subsequent calls to this action to retrieve additional Multi-Region Access Points.

        Parameters:
        nextToken - If the specified bucket has more Multi-Region Access Points than can be returned in one call to this action, this field contains a continuation token. You can use this token tin subsequent calls to this action to retrieve additional Multi-Region Access Points.
        Returns:
        Returns a reference to this object so that method calls can be chained together.