Interface GetSecurityGroupsForVpcResponse.Builder

    • 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 null when 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 is null when 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.