public static interface UpdateSecurityGroupRuleDescriptionsIngressRequest.Builder extends EC2Request.Builder, CopyableBuilder<UpdateSecurityGroupRuleDescriptionsIngressRequest.Builder,UpdateSecurityGroupRuleDescriptionsIngressRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSecurityGroupRuleDescriptionsIngressRequest.Builder |
groupId(String groupId)
The ID of the security group.
|
UpdateSecurityGroupRuleDescriptionsIngressRequest.Builder |
groupName(String groupName)
[EC2-Classic, default VPC] The name of the security group.
|
UpdateSecurityGroupRuleDescriptionsIngressRequest.Builder |
ipPermissions(Collection<IpPermission> ipPermissions)
The IP permissions for the security group rule.
|
UpdateSecurityGroupRuleDescriptionsIngressRequest.Builder |
ipPermissions(IpPermission... ipPermissions)
The IP permissions for the security group rule.
|
UpdateSecurityGroupRuleDescriptionsIngressRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildUpdateSecurityGroupRuleDescriptionsIngressRequest.Builder groupId(String groupId)
The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.
groupId - The ID of the security group. You must specify either the security group ID or the security group name
in the request. For security groups in a nondefault VPC, you must specify the security group ID.UpdateSecurityGroupRuleDescriptionsIngressRequest.Builder groupName(String groupName)
[EC2-Classic, default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request.
groupName - [EC2-Classic, default VPC] The name of the security group. You must specify either the security group
ID or the security group name in the request.UpdateSecurityGroupRuleDescriptionsIngressRequest.Builder ipPermissions(Collection<IpPermission> ipPermissions)
The IP permissions for the security group rule.
ipPermissions - The IP permissions for the security group rule.UpdateSecurityGroupRuleDescriptionsIngressRequest.Builder ipPermissions(IpPermission... ipPermissions)
The IP permissions for the security group rule.
ipPermissions - The IP permissions for the security group rule.UpdateSecurityGroupRuleDescriptionsIngressRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.