Interface TargetNetworkUpdate.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TargetNetworkUpdate.Builder,,TargetNetworkUpdate> SdkBuilder<TargetNetworkUpdate.Builder,,TargetNetworkUpdate> SdkPojo
- Enclosing class:
TargetNetworkUpdate
@Mutable
@NotThreadSafe
public static interface TargetNetworkUpdate.Builder
extends SdkPojo, CopyableBuilder<TargetNetworkUpdate.Builder,TargetNetworkUpdate>
-
Method Summary
Modifier and TypeMethodDescriptioninboundCidr(String inboundCidr) The updated CIDR block for inbound traffic.inspectionCidr(String inspectionCidr) The updated CIDR block for inspection traffic.outboundCidr(String outboundCidr) The updated CIDR block for outbound traffic.The updated network topology type.topology(TargetNetworkTopology topology) The updated network topology 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
-
topology
The updated network topology type.
- Parameters:
topology- The updated network topology type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
topology
The updated network topology type.
- Parameters:
topology- The updated network topology type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
inboundCidr
The updated CIDR block for inbound traffic.
- Parameters:
inboundCidr- The updated CIDR block for inbound traffic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outboundCidr
The updated CIDR block for outbound traffic.
- Parameters:
outboundCidr- The updated CIDR block for outbound traffic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inspectionCidr
The updated CIDR block for inspection traffic.
- Parameters:
inspectionCidr- The updated CIDR block for inspection traffic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-