public static interface DescribeSecurityGroupReferencesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeSecurityGroupReferencesRequest.Builder,DescribeSecurityGroupReferencesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeSecurityGroupReferencesRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DescribeSecurityGroupReferencesRequest.Builder |
groupId(Collection<String> groupId)
The IDs of the security groups in your account.
|
DescribeSecurityGroupReferencesRequest.Builder |
groupId(String... groupId)
The IDs of the security groups in your account.
|
DescribeSecurityGroupReferencesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeSecurityGroupReferencesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSecurityGroupReferencesRequest.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.DescribeSecurityGroupReferencesRequest.Builder groupId(Collection<String> groupId)
The IDs of the security groups in your account.
groupId - The IDs of the security groups in your account.DescribeSecurityGroupReferencesRequest.Builder groupId(String... groupId)
The IDs of the security groups in your account.
groupId - The IDs of the security groups in your account.DescribeSecurityGroupReferencesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeSecurityGroupReferencesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.