public static interface DescribeStaleSecurityGroupsRequest.Builder extends EC2Request.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeStaleSecurityGroupsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeStaleSecurityGroupsRequest.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
buildrequestOverrideConfigcopyapply, buildDescribeStaleSecurityGroupsRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeStaleSecurityGroupsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.