public static interface GetSecurityGroupsForVpcResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetSecurityGroupsForVpcResponse.Builder,GetSecurityGroupsForVpcResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSecurityGroupsForVpcResponse.Builder |
nextToken(String nextToken)
The token to include in another request to get the next page of items.
|
GetSecurityGroupsForVpcResponse.Builder |
securityGroupForVpcs(Collection<SecurityGroupForVpc> securityGroupForVpcs)
The security group that can be used by interfaces in the VPC.
|
GetSecurityGroupsForVpcResponse.Builder |
securityGroupForVpcs(Consumer<SecurityGroupForVpc.Builder>... securityGroupForVpcs)
The security group that can be used by interfaces in the VPC.
|
GetSecurityGroupsForVpcResponse.Builder |
securityGroupForVpcs(SecurityGroupForVpc... securityGroupForVpcs)
The security group that can be used by interfaces in the VPC.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSecurityGroupsForVpcResponse.Builder nextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null when
there are no more items to return.
nextToken - The token to include in another request to get the next page of items. This value is null
when there are no more items to return.GetSecurityGroupsForVpcResponse.Builder securityGroupForVpcs(Collection<SecurityGroupForVpc> securityGroupForVpcs)
The security group that can be used by interfaces in the VPC.
securityGroupForVpcs - The security group that can be used by interfaces in the VPC.GetSecurityGroupsForVpcResponse.Builder securityGroupForVpcs(SecurityGroupForVpc... securityGroupForVpcs)
The security group that can be used by interfaces in the VPC.
securityGroupForVpcs - The security group that can be used by interfaces in the VPC.GetSecurityGroupsForVpcResponse.Builder securityGroupForVpcs(Consumer<SecurityGroupForVpc.Builder>... securityGroupForVpcs)
The security group that can be used by interfaces in the VPC.
This is a convenience method that creates an instance of theSecurityGroupForVpc.Builder avoiding the need to create one
manually via SecurityGroupForVpc.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #securityGroupForVpcs(List.
securityGroupForVpcs - a consumer that will call methods on
SecurityGroupForVpc.Builder#securityGroupForVpcs(java.util.Collection) Copyright © 2023. All rights reserved.