Class ForwardProxyArgs.Builder

  • Enclosing class:
    ForwardProxyArgs

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

      • Builder

        public Builder()
    • Method Detail

      • convention

        public ForwardProxyArgs.Builder convention​(@Nullable
                                                   com.pulumi.core.Output<ForwardProxyConvention> convention)
        Parameters:
        convention - The convention used to determine the url of the request made.
        Returns:
        builder
      • customHostHeaderName

        public ForwardProxyArgs.Builder customHostHeaderName​(@Nullable
                                                             com.pulumi.core.Output<java.lang.String> customHostHeaderName)
        Parameters:
        customHostHeaderName - The name of the header containing the host of the request.
        Returns:
        builder
      • customHostHeaderName

        public ForwardProxyArgs.Builder customHostHeaderName​(java.lang.String customHostHeaderName)
        Parameters:
        customHostHeaderName - The name of the header containing the host of the request.
        Returns:
        builder
      • customProtoHeaderName

        public ForwardProxyArgs.Builder customProtoHeaderName​(@Nullable
                                                              com.pulumi.core.Output<java.lang.String> customProtoHeaderName)
        Parameters:
        customProtoHeaderName - The name of the header containing the scheme of the request.
        Returns:
        builder
      • customProtoHeaderName

        public ForwardProxyArgs.Builder customProtoHeaderName​(java.lang.String customProtoHeaderName)
        Parameters:
        customProtoHeaderName - The name of the header containing the scheme of the request.
        Returns:
        builder