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