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(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.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 staleIpPermissions(Consumer<StaleIpPermission.Builder>... staleIpPermissions)
Information about the stale inbound rules in the security group.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #staleIpPermissions(List) .staleIpPermissions - a consumer that will call methods on List.Builder #staleIpPermissions(List) 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 staleIpPermissionsEgress(Consumer<StaleIpPermission.Builder>... staleIpPermissionsEgress)
Information about the stale outbound rules in the security group.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #staleIpPermissionsEgress(List) .staleIpPermissionsEgress - a consumer that will call methods on List.Builder #staleIpPermissionsEgress(List) 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.