Class IpSetArgs.Builder

  • Enclosing class:
    IpSetArgs

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

      • Builder

        public Builder()
      • Builder

        public Builder​(IpSetArgs defaults)
    • Method Detail

      • ipSetDescriptors

        public IpSetArgs.Builder ipSetDescriptors​(@Nullable
                                                  com.pulumi.core.Output<java.util.List<IpSetIpSetDescriptorArgs>> ipSetDescriptors)
        Parameters:
        ipSetDescriptors - One or more pairs specifying the IP address type (IPV4 or IPV6) and the IP address range (in CIDR format) from which web requests originate.
        Returns:
        builder
      • ipSetDescriptors

        public IpSetArgs.Builder ipSetDescriptors​(java.util.List<IpSetIpSetDescriptorArgs> ipSetDescriptors)
        Parameters:
        ipSetDescriptors - One or more pairs specifying the IP address type (IPV4 or IPV6) and the IP address range (in CIDR format) from which web requests originate.
        Returns:
        builder
      • ipSetDescriptors

        public IpSetArgs.Builder ipSetDescriptors​(IpSetIpSetDescriptorArgs... ipSetDescriptors)
        Parameters:
        ipSetDescriptors - One or more pairs specifying the IP address type (IPV4 or IPV6) and the IP address range (in CIDR format) from which web requests originate.
        Returns:
        builder
      • name

        public IpSetArgs.Builder name​(@Nullable
                                      com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - The name or description of the IPSet.
        Returns:
        builder
      • name

        public IpSetArgs.Builder name​(java.lang.String name)
        Parameters:
        name - The name or description of the IPSet.
        Returns:
        builder