public static interface UpdateSecurityGroupRuleDescriptionsEgressRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<UpdateSecurityGroupRuleDescriptionsEgressRequest.Builder,UpdateSecurityGroupRuleDescriptionsEgressRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSecurityGroupRuleDescriptionsEgressRequest.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.UpdateSecurityGroupRuleDescriptionsEgressRequest.Builder groupName(String groupName)
[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 - [Default VPC] The name of the security group. You must specify either the security group ID or the
security group name in the request.UpdateSecurityGroupRuleDescriptionsEgressRequest.Builder ipPermissions(Collection<IpPermission> ipPermissions)
The IP permissions for the security group rule. You must specify either the IP permissions or the description.
ipPermissions - The IP permissions for the security group rule. You must specify either the IP permissions or the
description.UpdateSecurityGroupRuleDescriptionsEgressRequest.Builder ipPermissions(IpPermission... ipPermissions)
The IP permissions for the security group rule. You must specify either the IP permissions or the description.
ipPermissions - The IP permissions for the security group rule. You must specify either the IP permissions or the
description.UpdateSecurityGroupRuleDescriptionsEgressRequest.Builder ipPermissions(Consumer<IpPermission.Builder>... ipPermissions)
The IP permissions for the security group rule. You must specify either the IP permissions or the description.
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 #ipPermissions(List) .ipPermissions - a consumer that will call methods on List.Builder #ipPermissions(List) UpdateSecurityGroupRuleDescriptionsEgressRequest.Builder securityGroupRuleDescriptions(Collection<SecurityGroupRuleDescription> securityGroupRuleDescriptions)
The description for the egress security group rules. You must specify either the description or the IP permissions.
securityGroupRuleDescriptions - The description for the egress security group rules. You must specify either the description or the IP
permissions.UpdateSecurityGroupRuleDescriptionsEgressRequest.Builder securityGroupRuleDescriptions(SecurityGroupRuleDescription... securityGroupRuleDescriptions)
The description for the egress security group rules. You must specify either the description or the IP permissions.
securityGroupRuleDescriptions - The description for the egress security group rules. You must specify either the description or the IP
permissions.UpdateSecurityGroupRuleDescriptionsEgressRequest.Builder securityGroupRuleDescriptions(Consumer<SecurityGroupRuleDescription.Builder>... securityGroupRuleDescriptions)
The description for the egress security group rules. You must specify either the description or the IP permissions.
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 #securityGroupRuleDescriptions(List) .securityGroupRuleDescriptions - a consumer that will call methods on List.Builder #securityGroupRuleDescriptions(List) UpdateSecurityGroupRuleDescriptionsEgressRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSecurityGroupRuleDescriptionsEgressRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.