public static interface DescribeStaleSecurityGroupsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeStaleSecurityGroupsRequest.Builder,DescribeStaleSecurityGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeStaleSecurityGroupsRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DescribeStaleSecurityGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return for this request.
|
DescribeStaleSecurityGroupsRequest.Builder |
nextToken(String nextToken)
The token returned from a previous paginated request.
|
DescribeStaleSecurityGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeStaleSecurityGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeStaleSecurityGroupsRequest.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeStaleSecurityGroupsRequest.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.DescribeStaleSecurityGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
maxResults - The maximum number of items to return for this request. To get the next page of items, make another
request with the token returned in the output. For more information, see Pagination.DescribeStaleSecurityGroupsRequest.Builder nextToken(String nextToken)
The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
nextToken - The token returned from a previous paginated request. Pagination continues from the end of the items
returned by the previous request.DescribeStaleSecurityGroupsRequest.Builder vpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.DescribeStaleSecurityGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeStaleSecurityGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.