Interface GetSecurityGroupsForVpcResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetSecurityGroupsForVpcResponse.Builder,GetSecurityGroupsForVpcResponse>,Ec2Response.Builder,SdkBuilder<GetSecurityGroupsForVpcResponse.Builder,GetSecurityGroupsForVpcResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetSecurityGroupsForVpcResponse
public static interface GetSecurityGroupsForVpcResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetSecurityGroupsForVpcResponse.Builder,GetSecurityGroupsForVpcResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSecurityGroupsForVpcResponse.BuildernextToken(String nextToken)The token to include in another request to get the next page of items.GetSecurityGroupsForVpcResponse.BuildersecurityGroupForVpcs(Collection<SecurityGroupForVpc> securityGroupForVpcs)The security group that can be used by interfaces in the VPC.GetSecurityGroupsForVpcResponse.BuildersecurityGroupForVpcs(Consumer<SecurityGroupForVpc.Builder>... securityGroupForVpcs)The security group that can be used by interfaces in the VPC.GetSecurityGroupsForVpcResponse.BuildersecurityGroupForVpcs(SecurityGroupForVpc... securityGroupForVpcs)The security group that can be used by interfaces in the VPC.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
nextToken
GetSecurityGroupsForVpcResponse.Builder nextToken(String nextToken)
The token to include in another request to get the next page of items. This value is
nullwhen there are no more items to return.- Parameters:
nextToken- The token to include in another request to get the next page of items. This value isnullwhen there are no more items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupForVpcs
GetSecurityGroupsForVpcResponse.Builder securityGroupForVpcs(Collection<SecurityGroupForVpc> securityGroupForVpcs)
The security group that can be used by interfaces in the VPC.
- Parameters:
securityGroupForVpcs- The security group that can be used by interfaces in the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupForVpcs
GetSecurityGroupsForVpcResponse.Builder securityGroupForVpcs(SecurityGroupForVpc... securityGroupForVpcs)
The security group that can be used by interfaces in the VPC.
- Parameters:
securityGroupForVpcs- The security group that can be used by interfaces in the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupForVpcs
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.Builderavoiding the need to create one manually viaSecurityGroupForVpc.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#securityGroupForVpcs(List.) - Parameters:
securityGroupForVpcs- a consumer that will call methods onSecurityGroupForVpc.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#securityGroupForVpcs(java.util.Collection)
-
-