Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnSecurityGroupIngressMixinProps.Builder
Packages that use CfnSecurityGroupIngressMixinProps.Builder
-
Uses of CfnSecurityGroupIngressMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnSecurityGroupIngressMixinProps.BuilderModifier and TypeMethodDescriptionCfnSecurityGroupIngressMixinProps.builder()Sets the value ofCfnSecurityGroupIngressMixinProps.getCidrIp()Sets the value ofCfnSecurityGroupIngressMixinProps.getCidrIpv6()CfnSecurityGroupIngressMixinProps.Builder.description(String description) Sets the value ofCfnSecurityGroupIngressMixinProps.getDescription()Sets the value ofCfnSecurityGroupIngressMixinProps.getFromPort()Sets the value ofCfnSecurityGroupIngressMixinProps.getGroupId()CfnSecurityGroupIngressMixinProps.Builder.groupId(ISecurityGroupRef groupId) Sets the value ofCfnSecurityGroupIngressMixinProps.getGroupId()Sets the value ofCfnSecurityGroupIngressMixinProps.getGroupName()CfnSecurityGroupIngressMixinProps.Builder.groupName(ISecurityGroupRef groupName) Sets the value ofCfnSecurityGroupIngressMixinProps.getGroupName()CfnSecurityGroupIngressMixinProps.Builder.ipProtocol(String ipProtocol) Sets the value ofCfnSecurityGroupIngressMixinProps.getIpProtocol()CfnSecurityGroupIngressMixinProps.Builder.sourcePrefixListId(String sourcePrefixListId) Sets the value ofCfnSecurityGroupIngressMixinProps.getSourcePrefixListId()CfnSecurityGroupIngressMixinProps.Builder.sourcePrefixListId(IPrefixListRef sourcePrefixListId) Sets the value ofCfnSecurityGroupIngressMixinProps.getSourcePrefixListId()CfnSecurityGroupIngressMixinProps.Builder.sourceSecurityGroupId(String sourceSecurityGroupId) Sets the value ofCfnSecurityGroupIngressMixinProps.getSourceSecurityGroupId()CfnSecurityGroupIngressMixinProps.Builder.sourceSecurityGroupId(ISecurityGroupRef sourceSecurityGroupId) Sets the value ofCfnSecurityGroupIngressMixinProps.getSourceSecurityGroupId()CfnSecurityGroupIngressMixinProps.Builder.sourceSecurityGroupName(String sourceSecurityGroupName) Sets the value ofCfnSecurityGroupIngressMixinProps.getSourceSecurityGroupName()CfnSecurityGroupIngressMixinProps.Builder.sourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId) Sets the value ofCfnSecurityGroupIngressMixinProps.getSourceSecurityGroupOwnerId()Sets the value ofCfnSecurityGroupIngressMixinProps.getToPort()Constructors in software.amazon.awscdk.cfnpropertymixins.services.ec2 with parameters of type CfnSecurityGroupIngressMixinProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSecurityGroupIngressMixinProps.Builder.