public static interface StaleSecurityGroup.Builder extends CopyableBuilder<StaleSecurityGroup.Builder,StaleSecurityGroup>
| Modifier and Type | Method and Description |
|---|---|
StaleSecurityGroup.Builder |
description(String description)
The description of the security group.
|
StaleSecurityGroup.Builder |
groupId(String groupId)
The ID of the security group.
|
StaleSecurityGroup.Builder |
groupName(String groupName)
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(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(StaleIpPermission... staleIpPermissionsEgress)
Information about the stale outbound rules in the security group.
|
StaleSecurityGroup.Builder |
vpcId(String vpcId)
The ID of the VPC for the security group.
|
copyapply, buildStaleSecurityGroup.Builder description(String description)
The description of the security group.
description - The description of the security group.StaleSecurityGroup.Builder groupId(String groupId)
The ID of the security group.
groupId - The ID of the security group.StaleSecurityGroup.Builder groupName(String groupName)
The name of the security group.
groupName - The name of the security group.StaleSecurityGroup.Builder staleIpPermissions(Collection<StaleIpPermission> staleIpPermissions)
Information about the stale inbound rules in the security group.
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.
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.
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.
staleIpPermissionsEgress - Information about the stale outbound rules in the security group.StaleSecurityGroup.Builder vpcId(String vpcId)
The ID of the VPC for the security group.
vpcId - The ID of the VPC for the security group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.