Interface ListOrdersRequest.Builder

    • Method Detail

      • filtersWithStrings

        ListOrdersRequest.Builder filtersWithStrings​(Map<String,​? extends Collection<String>> filters)

        The filters.

        • NETWORK_SITE - The Amazon Resource Name (ARN) of the network site.

        • STATUS - The status (ACKNOWLEDGING | ACKNOWLEDGED | UNACKNOWLEDGED).

        Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

        Parameters:
        filters - The filters.

        • NETWORK_SITE - The Amazon Resource Name (ARN) of the network site.

        • STATUS - The status (ACKNOWLEDGING | ACKNOWLEDGED | UNACKNOWLEDGED).

        Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

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

        ListOrdersRequest.Builder filters​(Map<OrderFilterKeys,​? extends Collection<String>> filters)

        The filters.

        • NETWORK_SITE - The Amazon Resource Name (ARN) of the network site.

        • STATUS - The status (ACKNOWLEDGING | ACKNOWLEDGED | UNACKNOWLEDGED).

        Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

        Parameters:
        filters - The filters.

        • NETWORK_SITE - The Amazon Resource Name (ARN) of the network site.

        • STATUS - The status (ACKNOWLEDGING | ACKNOWLEDGED | UNACKNOWLEDGED).

        Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR, and the request returns all results that match any of the specified values.

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

        ListOrdersRequest.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.
      • networkArn

        ListOrdersRequest.Builder networkArn​(String networkArn)

        The Amazon Resource Name (ARN) of the network.

        Parameters:
        networkArn - The Amazon Resource Name (ARN) of the network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startToken

        ListOrdersRequest.Builder startToken​(String startToken)

        The token for the next page of results.

        Parameters:
        startToken - The token for the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.