Interface NetworkRouteDestination.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NetworkRouteDestination.Builder,NetworkRouteDestination>,SdkBuilder<NetworkRouteDestination.Builder,NetworkRouteDestination>,SdkPojo
- Enclosing class:
- NetworkRouteDestination
public static interface NetworkRouteDestination.Builder extends SdkPojo, CopyableBuilder<NetworkRouteDestination.Builder,NetworkRouteDestination>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkRouteDestination.BuildercoreNetworkAttachmentId(String coreNetworkAttachmentId)The ID of a core network attachment.NetworkRouteDestination.BuilderedgeLocation(String edgeLocation)The edge location for the network destination.NetworkRouteDestination.BuilderresourceId(String resourceId)The ID of the resource.NetworkRouteDestination.BuilderresourceType(String resourceType)The resource type.NetworkRouteDestination.BuildersegmentName(String segmentName)The name of the segment.NetworkRouteDestination.BuildertransitGatewayAttachmentId(String transitGatewayAttachmentId)The ID of the transit gateway attachment.-
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
-
coreNetworkAttachmentId
NetworkRouteDestination.Builder coreNetworkAttachmentId(String coreNetworkAttachmentId)
The ID of a core network attachment.
- Parameters:
coreNetworkAttachmentId- The ID of a core network attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayAttachmentId
NetworkRouteDestination.Builder transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the transit gateway attachment.
- Parameters:
transitGatewayAttachmentId- The ID of the transit gateway attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentName
NetworkRouteDestination.Builder segmentName(String segmentName)
The name of the segment.
- Parameters:
segmentName- The name of the segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
edgeLocation
NetworkRouteDestination.Builder edgeLocation(String edgeLocation)
The edge location for the network destination.
- Parameters:
edgeLocation- The edge location for the network destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
NetworkRouteDestination.Builder resourceType(String resourceType)
The resource type.
- Parameters:
resourceType- The resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
NetworkRouteDestination.Builder resourceId(String resourceId)
The ID of the resource.
- Parameters:
resourceId- The ID of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-