Uses of Interface
software.amazon.awssdk.services.ec2.model.StaleSecurityGroup.Builder
Packages that use StaleSecurityGroup.Builder
-
Uses of StaleSecurityGroup.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return StaleSecurityGroup.BuilderModifier and TypeMethodDescriptionstatic StaleSecurityGroup.BuilderStaleSecurityGroup.builder()StaleSecurityGroup.Builder.description(String description) The description of the security group.The ID of the security group.The name of the security group.StaleSecurityGroup.Builder.staleIpPermissions(Collection<StaleIpPermission> staleIpPermissions) Information about the stale inbound rules in the security group.StaleSecurityGroup.Builder.staleIpPermissions(Consumer<StaleIpPermission.Builder>... staleIpPermissions) Information about the stale inbound rules in the security group.StaleSecurityGroup.Builder.staleIpPermissions(StaleIpPermission... staleIpPermissions) Information about the stale inbound rules in the security group.StaleSecurityGroup.Builder.staleIpPermissionsEgress(Collection<StaleIpPermission> staleIpPermissionsEgress) Information about the stale outbound rules in the security group.StaleSecurityGroup.Builder.staleIpPermissionsEgress(Consumer<StaleIpPermission.Builder>... staleIpPermissionsEgress) Information about the stale outbound rules in the security group.StaleSecurityGroup.Builder.staleIpPermissionsEgress(StaleIpPermission... staleIpPermissionsEgress) Information about the stale outbound rules in the security group.StaleSecurityGroup.toBuilder()The ID of the VPC for the security group.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type StaleSecurityGroup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StaleSecurityGroup.Builder>StaleSecurityGroup.serializableBuilderClass()