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)
Add an optional request override configuration.
|
DescribeStaleSecurityGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeStaleSecurityGroupsRequest.Builder |
vpcId(String vpcId)
The ID of the VPC.
|
build
overrideConfiguration
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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeStaleSecurityGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.