public static interface NetworkRouteDestination.Builder extends SdkPojo, CopyableBuilder<NetworkRouteDestination.Builder,NetworkRouteDestination>
| Modifier and Type | Method and Description |
|---|---|
NetworkRouteDestination.Builder |
coreNetworkAttachmentId(String coreNetworkAttachmentId)
The ID of a core network attachment.
|
NetworkRouteDestination.Builder |
edgeLocation(String edgeLocation)
The edge location for the network destination.
|
NetworkRouteDestination.Builder |
resourceId(String resourceId)
The ID of the resource.
|
NetworkRouteDestination.Builder |
resourceType(String resourceType)
The resource type.
|
NetworkRouteDestination.Builder |
segmentName(String segmentName)
The name of the segment.
|
NetworkRouteDestination.Builder |
transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the transit gateway attachment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkRouteDestination.Builder coreNetworkAttachmentId(String coreNetworkAttachmentId)
The ID of a core network attachment.
coreNetworkAttachmentId - The ID of a core network attachment.NetworkRouteDestination.Builder transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the transit gateway attachment.
transitGatewayAttachmentId - The ID of the transit gateway attachment.NetworkRouteDestination.Builder segmentName(String segmentName)
The name of the segment.
segmentName - The name of the segment.NetworkRouteDestination.Builder edgeLocation(String edgeLocation)
The edge location for the network destination.
edgeLocation - The edge location for the network destination.NetworkRouteDestination.Builder resourceType(String resourceType)
The resource type.
resourceType - The resource type.NetworkRouteDestination.Builder resourceId(String resourceId)
The ID of the resource.
resourceId - The ID of the resource.Copyright © 2023. All rights reserved.