Interface InitialVlanInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InitialVlanInfo.Builder,
,InitialVlanInfo> SdkBuilder<InitialVlanInfo.Builder,
,InitialVlanInfo> SdkPojo
- Enclosing class:
InitialVlanInfo
@Mutable
@NotThreadSafe
public static interface InitialVlanInfo.Builder
extends SdkPojo, CopyableBuilder<InitialVlanInfo.Builder,InitialVlanInfo>
-
Method Summary
Modifier and TypeMethodDescriptionThe CIDR block that you provide to create a VLAN subnet.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 Details
-
cidr
The CIDR block that you provide to create a VLAN subnet. VLAN CIDR blocks must not overlap with other subnets in the VPC.
- Parameters:
cidr
- The CIDR block that you provide to create a VLAN subnet. VLAN CIDR blocks must not overlap with other subnets in the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-