CopyableBuilder<IpRouteInfo.Builder,IpRouteInfo>, SdkBuilder<IpRouteInfo.Builder,IpRouteInfo>public static interface IpRouteInfo.Builder extends CopyableBuilder<IpRouteInfo.Builder,IpRouteInfo>
| Modifier and Type | Method | Description |
|---|---|---|
IpRouteInfo.Builder |
addedDateTime(Date addedDateTime) |
The date and time the address block was added to the directory.
|
IpRouteInfo.Builder |
cidrIp(String cidrIp) |
IP address block in the IpRoute.
|
IpRouteInfo.Builder |
description(String description) |
Description of the IpRouteInfo.
|
IpRouteInfo.Builder |
directoryId(String directoryId) |
Identifier (ID) of the directory associated with the IP addresses.
|
IpRouteInfo.Builder |
ipRouteStatusMsg(String ipRouteStatusMsg) |
The status of the IP address block.
|
IpRouteInfo.Builder |
ipRouteStatusMsg(IpRouteStatusMsg ipRouteStatusMsg) |
The status of the IP address block.
|
IpRouteInfo.Builder |
ipRouteStatusReason(String ipRouteStatusReason) |
The reason for the IpRouteStatusMsg.
|
copyapply, buildIpRouteInfo.Builder directoryId(String directoryId)
Identifier (ID) of the directory associated with the IP addresses.
directoryId - Identifier (ID) of the directory associated with the IP addresses.IpRouteInfo.Builder cidrIp(String cidrIp)
IP address block in the IpRoute.
cidrIp - IP address block in the IpRoute.IpRouteInfo.Builder ipRouteStatusMsg(String ipRouteStatusMsg)
The status of the IP address block.
ipRouteStatusMsg - The status of the IP address block.IpRouteStatusMsgIpRouteInfo.Builder ipRouteStatusMsg(IpRouteStatusMsg ipRouteStatusMsg)
The status of the IP address block.
ipRouteStatusMsg - The status of the IP address block.IpRouteStatusMsgIpRouteInfo.Builder addedDateTime(Date addedDateTime)
The date and time the address block was added to the directory.
addedDateTime - The date and time the address block was added to the directory.IpRouteInfo.Builder ipRouteStatusReason(String ipRouteStatusReason)
The reason for the IpRouteStatusMsg.
ipRouteStatusReason - The reason for the IpRouteStatusMsg.IpRouteInfo.Builder description(String description)
Description of the IpRouteInfo.
description - Description of the IpRouteInfo.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.