Interface IpRouteInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IpRouteInfo.Builder,IpRouteInfo>,SdkBuilder<IpRouteInfo.Builder,IpRouteInfo>,SdkPojo
- Enclosing class:
- IpRouteInfo
public static interface IpRouteInfo.Builder extends SdkPojo, CopyableBuilder<IpRouteInfo.Builder,IpRouteInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IpRouteInfo.BuilderaddedDateTime(Instant addedDateTime)The date and time the address block was added to the directory.IpRouteInfo.BuildercidrIp(String cidrIp)IP address block in the IpRoute.IpRouteInfo.Builderdescription(String description)Description of the IpRouteInfo.IpRouteInfo.BuilderdirectoryId(String directoryId)Identifier (ID) of the directory associated with the IP addresses.IpRouteInfo.BuilderipRouteStatusMsg(String ipRouteStatusMsg)The status of the IP address block.IpRouteInfo.BuilderipRouteStatusMsg(IpRouteStatusMsg ipRouteStatusMsg)The status of the IP address block.IpRouteInfo.BuilderipRouteStatusReason(String ipRouteStatusReason)The reason for the IpRouteStatusMsg.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
directoryId
IpRouteInfo.Builder directoryId(String directoryId)
Identifier (ID) of the directory associated with the IP addresses.
- Parameters:
directoryId- Identifier (ID) of the directory associated with the IP addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cidrIp
IpRouteInfo.Builder cidrIp(String cidrIp)
IP address block in the IpRoute.
- Parameters:
cidrIp- IP address block in the IpRoute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipRouteStatusMsg
IpRouteInfo.Builder ipRouteStatusMsg(String ipRouteStatusMsg)
The status of the IP address block.
- Parameters:
ipRouteStatusMsg- The status of the IP address block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpRouteStatusMsg,IpRouteStatusMsg
-
ipRouteStatusMsg
IpRouteInfo.Builder ipRouteStatusMsg(IpRouteStatusMsg ipRouteStatusMsg)
The status of the IP address block.
- Parameters:
ipRouteStatusMsg- The status of the IP address block.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IpRouteStatusMsg,IpRouteStatusMsg
-
addedDateTime
IpRouteInfo.Builder addedDateTime(Instant addedDateTime)
The date and time the address block was added to the directory.
- Parameters:
addedDateTime- The date and time the address block was added to the directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipRouteStatusReason
IpRouteInfo.Builder ipRouteStatusReason(String ipRouteStatusReason)
The reason for the IpRouteStatusMsg.
- Parameters:
ipRouteStatusReason- The reason for the IpRouteStatusMsg.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
IpRouteInfo.Builder description(String description)
Description of the IpRouteInfo.
- Parameters:
description- Description of the IpRouteInfo.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-