public static interface ApplySecurityGroupsToLoadBalancerRequest.Builder extends ElasticLoadBalancingRequest.Builder, CopyableBuilder<ApplySecurityGroupsToLoadBalancerRequest.Builder,ApplySecurityGroupsToLoadBalancerRequest>
| Modifier and Type | Method and Description |
|---|---|
ApplySecurityGroupsToLoadBalancerRequest.Builder |
loadBalancerName(String loadBalancerName)
The name of the load balancer.
|
ApplySecurityGroupsToLoadBalancerRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ApplySecurityGroupsToLoadBalancerRequest.Builder |
securityGroups(Collection<String> securityGroups)
The IDs of the security groups to associate with the load balancer.
|
ApplySecurityGroupsToLoadBalancerRequest.Builder |
securityGroups(String... securityGroups)
The IDs of the security groups to associate with the load balancer.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildApplySecurityGroupsToLoadBalancerRequest.Builder loadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName - The name of the load balancer.ApplySecurityGroupsToLoadBalancerRequest.Builder securityGroups(Collection<String> securityGroups)
The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.
securityGroups - The IDs of the security groups to associate with the load balancer. Note that you cannot specify the
name of the security group.ApplySecurityGroupsToLoadBalancerRequest.Builder securityGroups(String... securityGroups)
The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.
securityGroups - The IDs of the security groups to associate with the load balancer. Note that you cannot specify the
name of the security group.ApplySecurityGroupsToLoadBalancerRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.