Interface DescribeProductsRequest.Builder

    • Method Detail

      • nextToken

        DescribeProductsRequest.Builder nextToken​(String nextToken)

        The token that is required for pagination. On your first call to the DescribeProducts operation, set the value of this parameter to NULL.

        For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.

        Parameters:
        nextToken - The token that is required for pagination. On your first call to the DescribeProducts operation, set the value of this parameter to NULL.

        For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        DescribeProductsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return.

        Parameters:
        maxResults - The maximum number of results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • productArn

        DescribeProductsRequest.Builder productArn​(String productArn)

        The ARN of the integration to return.

        Parameters:
        productArn - The ARN of the integration to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.