Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnEIPAssociationPropsMixin.Builder
Packages that use CfnEIPAssociationPropsMixin.Builder
-
Uses of CfnEIPAssociationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnEIPAssociationPropsMixin.BuilderModifier and TypeMethodDescriptionCfnEIPAssociationPropsMixin.Builder.allocationId(String allocationId) The allocation ID.CfnEIPAssociationPropsMixin.Builder.create()CfnEIPAssociationPropsMixin.Builder.create(CfnPropertyMixinOptions options) Deprecated.this property has been deprecatedDeprecated.this property has been deprecatedCfnEIPAssociationPropsMixin.Builder.instanceId(String instanceId) The ID of the instance.CfnEIPAssociationPropsMixin.Builder.instanceId(IInstanceRef instanceId) The ID of the instance.CfnEIPAssociationPropsMixin.Builder.networkInterfaceId(String networkInterfaceId) The ID of the network interface.CfnEIPAssociationPropsMixin.Builder.networkInterfaceId(INetworkInterfaceRef networkInterfaceId) The ID of the network interface.CfnEIPAssociationPropsMixin.Builder.privateIpAddress(String privateIpAddress) The primary or secondary private IP address to associate with the Elastic IP address.