public static interface SetSecurityGroupsResponse.Builder extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<SetSecurityGroupsResponse.Builder,SetSecurityGroupsResponse>
Modifier and Type | Method and Description |
---|---|
SetSecurityGroupsResponse.Builder |
securityGroupIds(Collection<String> 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
SetSecurityGroupsResponse.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.
securityGroupIds
- The IDs of the security groups associated with the load balancer.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.