public static interface DescribeStaleSecurityGroupsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeStaleSecurityGroupsRequest.Builder,DescribeStaleSecurityGroupsRequest>
Modifier and Type | Method and Description |
---|---|
DescribeStaleSecurityGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return for this request.
|
DescribeStaleSecurityGroupsRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeStaleSecurityGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeStaleSecurityGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeStaleSecurityGroupsRequest.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeStaleSecurityGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.
maxResults
- The maximum number of items to return for this request. The request returns a token that you can
specify in a subsequent call to get the next set of results.DescribeStaleSecurityGroupsRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a prior call.)
nextToken
- The token for the next set of items to return. (You received this token from a prior call.)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.Builder
DescribeStaleSecurityGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.