public static interface DescribeSecurityGroupsResponse.Builder extends Ec2Response.Builder, SdkPojo, 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 the security groups.
|
DescribeSecurityGroupsResponse.Builder |
securityGroups(Consumer<SecurityGroup.Builder>... securityGroups)
Information about the security groups.
|
DescribeSecurityGroupsResponse.Builder |
securityGroups(SecurityGroup... securityGroups)
Information about the security groups.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSecurityGroupsResponse.Builder securityGroups(Collection<SecurityGroup> securityGroups)
Information about the security groups.
securityGroups - Information about the security groups.DescribeSecurityGroupsResponse.Builder securityGroups(SecurityGroup... securityGroups)
Information about the security groups.
securityGroups - Information about the security groups.DescribeSecurityGroupsResponse.Builder securityGroups(Consumer<SecurityGroup.Builder>... securityGroups)
Information about the security groups.
This is a convenience method that creates an instance of theSecurityGroup.Builder avoiding the need to create one
manually via SecurityGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #securityGroups(List.
securityGroups - a consumer that will call methods on
SecurityGroup.Builder#securityGroups(java.util.Collection) 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 © 2022. All rights reserved.