public static interface AssociatedTargetNetwork.Builder extends SdkPojo, CopyableBuilder<AssociatedTargetNetwork.Builder,AssociatedTargetNetwork>
Modifier and Type | Method and Description |
---|---|
AssociatedTargetNetwork.Builder |
networkId(String networkId)
The ID of the subnet.
|
AssociatedTargetNetwork.Builder |
networkType(AssociatedNetworkType networkType)
The target network type.
|
AssociatedTargetNetwork.Builder |
networkType(String networkType)
The target network type.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AssociatedTargetNetwork.Builder networkId(String networkId)
The ID of the subnet.
networkId
- The ID of the subnet.AssociatedTargetNetwork.Builder networkType(String networkType)
The target network type.
networkType
- The target network type.AssociatedNetworkType
,
AssociatedNetworkType
AssociatedTargetNetwork.Builder networkType(AssociatedNetworkType networkType)
The target network type.
networkType
- The target network type.AssociatedNetworkType
,
AssociatedNetworkType
Copyright © 2022. All rights reserved.