public static interface ModifySecurityGroupRulesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifySecurityGroupRulesRequest.Builder,ModifySecurityGroupRulesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifySecurityGroupRulesRequest.Builder groupId(String groupId)
The ID of the security group.
groupId - The ID of the security group.ModifySecurityGroupRulesRequest.Builder securityGroupRules(Collection<SecurityGroupRuleUpdate> securityGroupRules)
Information about the security group properties to update.
securityGroupRules - Information about the security group properties to update.ModifySecurityGroupRulesRequest.Builder securityGroupRules(SecurityGroupRuleUpdate... securityGroupRules)
Information about the security group properties to update.
securityGroupRules - Information about the security group properties to update.ModifySecurityGroupRulesRequest.Builder securityGroupRules(Consumer<SecurityGroupRuleUpdate.Builder>... securityGroupRules)
Information about the security group properties to update.
This is a convenience method that creates an instance of theSecurityGroupRuleUpdate.Builder avoiding the need to create
one manually via SecurityGroupRuleUpdate.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #securityGroupRules(List.
securityGroupRules - a consumer that will call methods on
SecurityGroupRuleUpdate.Builder#securityGroupRules(java.util.Collection) ModifySecurityGroupRulesRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.ModifySecurityGroupRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifySecurityGroupRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.