Class IpSetState.Builder

  • Enclosing class:
    IpSetState

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

      • Builder

        public Builder()
      • Builder

        public Builder​(IpSetState defaults)
    • Method Detail

      • arn

        public IpSetState.Builder arn​(@Nullable
                                      com.pulumi.core.Output<java.lang.String> arn)
        Parameters:
        arn - The ARN of the WAF IPSet.
        Returns:
        builder
      • arn

        public IpSetState.Builder arn​(java.lang.String arn)
        Parameters:
        arn - The ARN of the WAF IPSet.
        Returns:
        builder
      • ipSetDescriptors

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

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