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 an Amazon EVS 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 an Amazon EVS VLAN subnet. Amazon EVS VLAN subnets have a minimum CIDR block size of /28 and a maximum size of /24. Amazon EVS VLAN subnet CIDR blocks must not overlap with other subnets in the VPC.
- Parameters:
cidr
- The CIDR block that you provide to create an Amazon EVS VLAN subnet. Amazon EVS VLAN subnets have a minimum CIDR block size of /28 and a maximum size of /24. Amazon EVS VLAN subnet 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.
-