Interface ListAccessPointsForObjectLambdaResponse.Builder

    • Method Detail

      • objectLambdaAccessPointList

        ListAccessPointsForObjectLambdaResponse.Builder objectLambdaAccessPointList​(ObjectLambdaAccessPoint... objectLambdaAccessPointList)

        Returns list of Object Lambda Access Points.

        Parameters:
        objectLambdaAccessPointList - Returns list of Object Lambda Access Points.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAccessPointsForObjectLambdaResponse.Builder nextToken​(String nextToken)

        If the list 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 list 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.