Package com.pulumi.aws.waf.inputs
Class IpSetState.Builder
- java.lang.Object
-
- com.pulumi.aws.waf.inputs.IpSetState.Builder
-
- Enclosing class:
- IpSetState
public static final class IpSetState.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(IpSetState defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IpSetState.Builder
arn(com.pulumi.core.Output<java.lang.String> arn)
IpSetState.Builder
arn(java.lang.String arn)
IpSetState
build()
IpSetState.Builder
ipSetDescriptors(IpSetIpSetDescriptorArgs... ipSetDescriptors)
IpSetState.Builder
ipSetDescriptors(com.pulumi.core.Output<java.util.List<IpSetIpSetDescriptorArgs>> ipSetDescriptors)
IpSetState.Builder
ipSetDescriptors(java.util.List<IpSetIpSetDescriptorArgs> ipSetDescriptors)
IpSetState.Builder
name(com.pulumi.core.Output<java.lang.String> name)
IpSetState.Builder
name(java.lang.String name)
-
-
-
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
-
build
public IpSetState build()
-
-