Class GetProductPlainArgs.Builder

  • Enclosing class:
    GetProductPlainArgs

    public static final class GetProductPlainArgs.Builder
    extends java.lang.Object
    • Method Detail

      • filters

        public GetProductPlainArgs.Builder filters​(java.util.List<GetProductFilter> filters)
        Parameters:
        filters - List of filters. Passed directly to the API (see GetProducts API reference). These filters must describe a single product, this resource will fail if more than one product is returned by the API.
        Returns:
        builder
      • filters

        public GetProductPlainArgs.Builder filters​(GetProductFilter... filters)
        Parameters:
        filters - List of filters. Passed directly to the API (see GetProducts API reference). These filters must describe a single product, this resource will fail if more than one product is returned by the API.
        Returns:
        builder
      • serviceCode

        public GetProductPlainArgs.Builder serviceCode​(java.lang.String serviceCode)
        Parameters:
        serviceCode - Code of the service. Available service codes can be fetched using the DescribeServices pricing API call.
        Returns:
        builder