Interface ApplySecurityGroupsToLoadBalancerResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ApplySecurityGroupsToLoadBalancerResponse.Builder,,- ApplySecurityGroupsToLoadBalancerResponse> - ElasticLoadBalancingResponse.Builder,- SdkBuilder<ApplySecurityGroupsToLoadBalancerResponse.Builder,,- ApplySecurityGroupsToLoadBalancerResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ApplySecurityGroupsToLoadBalancerResponse
@Mutable
@NotThreadSafe
public static interface ApplySecurityGroupsToLoadBalancerResponse.Builder
extends ElasticLoadBalancingResponse.Builder, SdkPojo, CopyableBuilder<ApplySecurityGroupsToLoadBalancerResponse.Builder,ApplySecurityGroupsToLoadBalancerResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionsecurityGroups(String... securityGroups) The IDs of the security groups associated with the load balancer.securityGroups(Collection<String> securityGroups) The IDs of the security groups associated with the load balancer.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.elasticloadbalancing.model.ElasticLoadBalancingResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
securityGroupsThe IDs of the security groups associated with the load balancer. - Parameters:
- securityGroups- The IDs of the security groups associated with the load balancer.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
securityGroupsThe IDs of the security groups associated with the load balancer. - Parameters:
- securityGroups- The IDs of the security groups associated with the load balancer.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-