public static interface IpRange.Builder extends SdkPojo, CopyableBuilder<IpRange.Builder,IpRange>
Modifier and Type | Method and Description |
---|---|
IpRange.Builder |
cidrIp(String cidrIp)
The IPv4 CIDR range.
|
IpRange.Builder |
description(String description)
A description for the security group rule that references this IPv4 address range.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
IpRange.Builder cidrIp(String cidrIp)
The IPv4 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv4 address, use the /32 prefix length.
cidrIp
- The IPv4 CIDR range. You can either specify a CIDR range or a source security group, not both. To
specify a single IPv4 address, use the /32 prefix length.IpRange.Builder description(String description)
A description for the security group rule that references this IPv4 address range.
Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*
description
- A description for the security group rule that references this IPv4 address range.
Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*
Copyright © 2022. All rights reserved.