public static interface DeleteSecurityGroupRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeleteSecurityGroupRequest.Builder,DeleteSecurityGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteSecurityGroupRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DeleteSecurityGroupRequest.Builder |
groupId(String groupId)
The ID of the security group.
|
DeleteSecurityGroupRequest.Builder |
groupName(String groupName)
[Default VPC] The name of the security group.
|
DeleteSecurityGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteSecurityGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteSecurityGroupRequest.Builder groupId(String groupId)
The ID of the security group.
groupId - The ID of the security group.DeleteSecurityGroupRequest.Builder groupName(String groupName)
[Default VPC] The name of the security group. You can specify either the security group name or the security group ID. For security groups in a nondefault VPC, you must specify the security group ID.
groupName - [Default VPC] The name of the security group. You can specify either the security group name or the
security group ID. For security groups in a nondefault VPC, you must specify the security group ID.DeleteSecurityGroupRequest.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.DeleteSecurityGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteSecurityGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.