public static interface DescribeSecurityGroupsResponse.Builder extends EC2Response.Builder, CopyableBuilder<DescribeSecurityGroupsResponse.Builder,DescribeSecurityGroupsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeSecurityGroupsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeSecurityGroupsResponse.Builder |
securityGroups(Collection<SecurityGroup> securityGroups)
Information about one or more security groups.
|
DescribeSecurityGroupsResponse.Builder |
securityGroups(SecurityGroup... securityGroups)
Information about one or more security groups.
|
build
copy
apply, build
DescribeSecurityGroupsResponse.Builder securityGroups(Collection<SecurityGroup> securityGroups)
Information about one or more security groups.
securityGroups
- Information about one or more security groups.DescribeSecurityGroupsResponse.Builder securityGroups(SecurityGroup... securityGroups)
Information about one or more security groups.
securityGroups
- Information about one or more security groups.DescribeSecurityGroupsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are
no more results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.