CopyableBuilder<SetSecurityGroupsResponse.Builder,SetSecurityGroupsResponse>, SdkBuilder<SetSecurityGroupsResponse.Builder,SetSecurityGroupsResponse>public static interface SetSecurityGroupsResponse.Builder extends CopyableBuilder<SetSecurityGroupsResponse.Builder,SetSecurityGroupsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
SetSecurityGroupsResponse.Builder |
securityGroupIds(String... securityGroupIds) |
The IDs of the security groups associated with the load balancer.
|
SetSecurityGroupsResponse.Builder |
securityGroupIds(Collection<String> securityGroupIds) |
The IDs of the security groups associated with the load balancer.
|
copyapply, buildSetSecurityGroupsResponse.Builder securityGroupIds(Collection<String> securityGroupIds)
The IDs of the security groups associated with the load balancer.
securityGroupIds - The IDs of the security groups associated with the load balancer.SetSecurityGroupsResponse.Builder securityGroupIds(String... securityGroupIds)
The IDs of the security groups associated with the load balancer.
NOTE: This method appends the values to the existing list (if any). Use
#setSecurityGroupIds(java.util.Collection) or #withSecurityGroupIds(java.util.Collection) if
you want to override the existing values.
securityGroupIds - The IDs of the security groups associated with the load balancer.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.