public static interface ScheduledInstancesPrivateIpAddressConfig.Builder extends SdkPojo, CopyableBuilder<ScheduledInstancesPrivateIpAddressConfig.Builder,ScheduledInstancesPrivateIpAddressConfig>
Modifier and Type | Method and Description |
---|---|
ScheduledInstancesPrivateIpAddressConfig.Builder |
primary(Boolean primary)
Indicates whether this is a primary IPv4 address.
|
ScheduledInstancesPrivateIpAddressConfig.Builder |
privateIpAddress(String privateIpAddress)
The IPv4 address.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ScheduledInstancesPrivateIpAddressConfig.Builder primary(Boolean primary)
Indicates whether this is a primary IPv4 address. Otherwise, this is a secondary IPv4 address.
primary
- Indicates whether this is a primary IPv4 address. Otherwise, this is a secondary IPv4 address.ScheduledInstancesPrivateIpAddressConfig.Builder privateIpAddress(String privateIpAddress)
The IPv4 address.
privateIpAddress
- The IPv4 address.Copyright © 2020. All rights reserved.