Uses of Interface
software.amazon.awssdk.services.ec2.model.VpcCidrBlockState.Builder
Packages that use VpcCidrBlockState.Builder
-
Uses of VpcCidrBlockState.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcCidrBlockState.BuilderModifier and TypeMethodDescriptionstatic VpcCidrBlockState.BuilderVpcCidrBlockState.builder()The state of the CIDR block.VpcCidrBlockState.Builder.state(VpcCidrBlockStateCode state) The state of the CIDR block.VpcCidrBlockState.Builder.statusMessage(String statusMessage) A message about the status of the CIDR block, if applicable.VpcCidrBlockState.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcCidrBlockState.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VpcCidrBlockState.Builder>VpcCidrBlockState.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcCidrBlockState.BuilderModifier and TypeMethodDescriptiondefault VpcCidrBlockAssociation.BuilderVpcCidrBlockAssociation.Builder.cidrBlockState(Consumer<VpcCidrBlockState.Builder> cidrBlockState) Information about the state of the CIDR block.VpcIpv6CidrBlockAssociation.Builder.ipv6CidrBlockState(Consumer<VpcCidrBlockState.Builder> ipv6CidrBlockState) Information about the state of the CIDR block.