Interface AssociatedTargetNetwork.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssociatedTargetNetwork.Builder,AssociatedTargetNetwork>,SdkBuilder<AssociatedTargetNetwork.Builder,AssociatedTargetNetwork>,SdkPojo
- Enclosing class:
- AssociatedTargetNetwork
@Mutable @NotThreadSafe public static interface AssociatedTargetNetwork.Builder extends SdkPojo, CopyableBuilder<AssociatedTargetNetwork.Builder,AssociatedTargetNetwork>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociatedTargetNetwork.BuildernetworkId(String networkId)The ID of the subnet.AssociatedTargetNetwork.BuildernetworkType(String networkType)The target network type.AssociatedTargetNetwork.BuildernetworkType(AssociatedNetworkType networkType)The target network type.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
networkId
AssociatedTargetNetwork.Builder networkId(String 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
AssociatedTargetNetwork.Builder networkType(String 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:
AssociatedNetworkType,AssociatedNetworkType
-
networkType
AssociatedTargetNetwork.Builder networkType(AssociatedNetworkType 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:
AssociatedNetworkType,AssociatedNetworkType
-
-