CopyableBuilder<DescribeStaleSecurityGroupsRequest.Builder,DescribeStaleSecurityGroupsRequest>, SdkBuilder<DescribeStaleSecurityGroupsRequest.Builder,DescribeStaleSecurityGroupsRequest>public static interface DescribeStaleSecurityGroupsRequest.Builder extends CopyableBuilder<DescribeStaleSecurityGroupsRequest.Builder,DescribeStaleSecurityGroupsRequest>
| Modifier and Type | Method | 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 |
vpcId(String vpcId) |
The ID of the VPC.
|
copyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.