Interface ListAccessPointsResponse.Builder

    • Method Detail

      • accessPointList

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

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

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

        ListAccessPointsResponse.Builder accessPointList​(AccessPoint... accessPointList)

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

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

        ListAccessPointsResponse.Builder accessPointList​(Consumer<AccessPoint.Builder>... accessPointList)

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

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

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #accessPointList(List).

        Parameters:
        accessPointList - a consumer that will call methods on AccessPoint.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #accessPointList(java.util.Collection)
      • nextToken

        ListAccessPointsResponse.Builder nextToken​(String nextToken)

        If the specified bucket has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.

        Parameters:
        nextToken - If the specified bucket has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
        Returns:
        Returns a reference to this object so that method calls can be chained together.