Interface AssociatedTargetNetwork.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AssociatedTargetNetwork.Builder,,AssociatedTargetNetwork> SdkBuilder<AssociatedTargetNetwork.Builder,,AssociatedTargetNetwork> SdkPojo
- Enclosing class:
 AssociatedTargetNetwork
public static interface AssociatedTargetNetwork.Builder
extends SdkPojo, CopyableBuilder<AssociatedTargetNetwork.Builder,AssociatedTargetNetwork> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ID of the subnet.networkType(String networkType) The target network type.networkType(AssociatedNetworkType networkType) The target network type.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
- 
networkId
The ID of the subnet.
- Parameters:
 networkId- The ID of the subnet.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
networkType
The target network type.
- Parameters:
 networkType- The target network type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
networkType
The target network type.
- Parameters:
 networkType- The target network type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -