Class GetProductArgs.Builder

  • Enclosing class:
    GetProductArgs

    public static final class GetProductArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • filters

        public GetProductArgs.Builder filters​(com.pulumi.core.Output<java.util.List<GetProductFilterArgs>> 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 GetProductArgs.Builder filters​(java.util.List<GetProductFilterArgs> 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 GetProductArgs.Builder filters​(GetProductFilterArgs... 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 GetProductArgs.Builder serviceCode​(com.pulumi.core.Output<java.lang.String> serviceCode)
        Parameters:
        serviceCode - Code of the service. Available service codes can be fetched using the DescribeServices pricing API call.
        Returns:
        builder
      • serviceCode

        public GetProductArgs.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