Interface RoutingInformationNextHop.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RoutingInformationNextHop.Builder,,RoutingInformationNextHop> SdkBuilder<RoutingInformationNextHop.Builder,,RoutingInformationNextHop> SdkPojo
- Enclosing class:
RoutingInformationNextHop
@Mutable
@NotThreadSafe
public static interface RoutingInformationNextHop.Builder
extends SdkPojo, CopyableBuilder<RoutingInformationNextHop.Builder,RoutingInformationNextHop>
-
Method Summary
Modifier and TypeMethodDescriptioncoreNetworkAttachmentId(String coreNetworkAttachmentId) The ID of the core network attachment for the next hop.edgeLocation(String edgeLocation) The edge location for the next hop.The IP address of the next hop.resourceId(String resourceId) The ID of the resource for the next hop.resourceType(String resourceType) The type of resource for the next hop.segmentName(String segmentName) The name of the segment for the next hop.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
ipAddress
The IP address of the next hop.
- Parameters:
ipAddress- The IP address of the next hop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
coreNetworkAttachmentId
The ID of the core network attachment for the next hop.
- Parameters:
coreNetworkAttachmentId- The ID of the core network attachment for the next hop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
The ID of the resource for the next hop.
- Parameters:
resourceId- The ID of the resource for the next hop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
The type of resource for the next hop.
- Parameters:
resourceType- The type of resource for the next hop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentName
The name of the segment for the next hop.
- Parameters:
segmentName- The name of the segment for the next hop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edgeLocation
The edge location for the next hop.
- Parameters:
edgeLocation- The edge location for the next hop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-