Interface ListAccessPointsForDirectoryBucketsResponse.Builder

    • Method Detail

      • accessPointList

        ListAccessPointsForDirectoryBucketsResponse.Builder accessPointList​(Collection<AccessPoint> accessPointList)

        Contains identification and configuration information for one or more access points associated with the directory bucket.

        Parameters:
        accessPointList - Contains identification and configuration information for one or more access points associated with the directory bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accessPointList

        ListAccessPointsForDirectoryBucketsResponse.Builder accessPointList​(AccessPoint... accessPointList)

        Contains identification and configuration information for one or more access points associated with the directory bucket.

        Parameters:
        accessPointList - Contains identification and configuration information for one or more access points associated with the directory bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAccessPointsForDirectoryBucketsResponse.Builder nextToken​(String nextToken)

        If NextToken is returned, there are more access points available than requested in the maxResults value. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.

        Parameters:
        nextToken - If NextToken is returned, there are more access points available than requested in the maxResults value. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.
        Returns:
        Returns a reference to this object so that method calls can be chained together.