CopyableBuilder<StaleSecurityGroup.Builder,StaleSecurityGroup>, SdkBuilder<StaleSecurityGroup.Builder,StaleSecurityGroup>public static interface StaleSecurityGroup.Builder extends CopyableBuilder<StaleSecurityGroup.Builder,StaleSecurityGroup>
| Modifier and Type | Method | 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.
NOTE: This method appends the values to the existing list (if any). Use
#setStaleIpPermissions(java.util.Collection) or #withStaleIpPermissions(java.util.Collection)
if you want to override the existing values.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setStaleIpPermissionsEgress(java.util.Collection) or
#withStaleIpPermissionsEgress(java.util.Collection) if you want to override the existing values.
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.