Interface PublicRouterNetworkInterfaceRule.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PublicRouterNetworkInterfaceRule.Builder,,PublicRouterNetworkInterfaceRule> SdkBuilder<PublicRouterNetworkInterfaceRule.Builder,,PublicRouterNetworkInterfaceRule> SdkPojo
- Enclosing class:
PublicRouterNetworkInterfaceRule
@Mutable
@NotThreadSafe
public static interface PublicRouterNetworkInterfaceRule.Builder
extends SdkPojo, CopyableBuilder<PublicRouterNetworkInterfaceRule.Builder,PublicRouterNetworkInterfaceRule>
-
Method Summary
Modifier and TypeMethodDescriptionThe CIDR block that is allowed to access the public router network interface.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
-
cidr
The CIDR block that is allowed to access the public router network interface.
- Parameters:
cidr- The CIDR block that is allowed to access the public router network interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-