Class PublisherInfoArgs.Builder

  • Enclosing class:
    PublisherInfoArgs

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

      • Builder

        public Builder()
    • Method Detail

      • binaryName

        public PublisherInfoArgs.Builder binaryName​(@Nullable
                                                    com.pulumi.core.Output<java.lang.String> binaryName)
        Parameters:
        binaryName - The "OriginalName" field taken from the file's version resource
        Returns:
        builder
      • binaryName

        public PublisherInfoArgs.Builder binaryName​(java.lang.String binaryName)
        Parameters:
        binaryName - The "OriginalName" field taken from the file's version resource
        Returns:
        builder
      • productName

        public PublisherInfoArgs.Builder productName​(@Nullable
                                                     com.pulumi.core.Output<java.lang.String> productName)
        Parameters:
        productName - The product name taken from the file's version resource
        Returns:
        builder
      • productName

        public PublisherInfoArgs.Builder productName​(java.lang.String productName)
        Parameters:
        productName - The product name taken from the file's version resource
        Returns:
        builder
      • publisherName

        public PublisherInfoArgs.Builder publisherName​(@Nullable
                                                       com.pulumi.core.Output<java.lang.String> publisherName)
        Parameters:
        publisherName - The Subject field of the x.509 certificate used to sign the code, using the following fields - O = Organization, L = Locality, S = State or Province, and C = Country
        Returns:
        builder
      • publisherName

        public PublisherInfoArgs.Builder publisherName​(java.lang.String publisherName)
        Parameters:
        publisherName - The Subject field of the x.509 certificate used to sign the code, using the following fields - O = Organization, L = Locality, S = State or Province, and C = Country
        Returns:
        builder
      • version

        public PublisherInfoArgs.Builder version​(@Nullable
                                                 com.pulumi.core.Output<java.lang.String> version)
        Parameters:
        version - The binary file version taken from the file's version resource
        Returns:
        builder
      • version

        public PublisherInfoArgs.Builder version​(java.lang.String version)
        Parameters:
        version - The binary file version taken from the file's version resource
        Returns:
        builder