@Stability(value=Stable) public static final class CfnNetworkAclEntry.IcmpProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnNetworkAclEntry.IcmpProperty>
CfnNetworkAclEntry.IcmpProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnNetworkAclEntry.IcmpProperty |
build()
Builds the configured instance.
|
CfnNetworkAclEntry.IcmpProperty.Builder |
code(Number code)
Sets the value of
CfnNetworkAclEntry.IcmpProperty.getCode() |
CfnNetworkAclEntry.IcmpProperty.Builder |
type(Number type)
Sets the value of
CfnNetworkAclEntry.IcmpProperty.getType() |
@Stability(value=Stable) public CfnNetworkAclEntry.IcmpProperty.Builder code(Number code)
CfnNetworkAclEntry.IcmpProperty.getCode()code - The Internet Control Message Protocol (ICMP) code.
You can use -1 to specify all ICMP codes for the given ICMP type. Requirement is conditional: Required if you specify 1 (ICMP) for the protocol parameter.this@Stability(value=Stable) public CfnNetworkAclEntry.IcmpProperty.Builder type(Number type)
CfnNetworkAclEntry.IcmpProperty.getType()type - The Internet Control Message Protocol (ICMP) type.
You can use -1 to specify all ICMP types. Conditional requirement: Required if you specify 1 (ICMP) for the CreateNetworkAclEntry protocol parameter.this@Stability(value=Stable) public CfnNetworkAclEntry.IcmpProperty build()
build in interface software.amazon.jsii.Builder<CfnNetworkAclEntry.IcmpProperty>CfnNetworkAclEntry.IcmpPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.