public static interface StaleSecurityGroup.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theStaleIpPermission.Builder avoiding the need to create one
manually via StaleIpPermission.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #staleIpPermissions(List.
staleIpPermissions - a consumer that will call methods on
StaleIpPermission.Builder#staleIpPermissions(java.util.Collection) 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 method that creates an instance of theStaleIpPermission.Builder avoiding the need to create one
manually via StaleIpPermission.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #staleIpPermissionsEgress(List.
staleIpPermissionsEgress - a consumer that will call methods on
StaleIpPermission.Builder#staleIpPermissionsEgress(java.util.Collection) 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 © 2023. All rights reserved.