Interface SetSecurityGroupsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<SetSecurityGroupsResponse.Builder,,SetSecurityGroupsResponse> ElasticLoadBalancingV2Response.Builder,SdkBuilder<SetSecurityGroupsResponse.Builder,,SetSecurityGroupsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 SetSecurityGroupsResponse
public static interface SetSecurityGroupsResponse.Builder
extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<SetSecurityGroupsResponse.Builder,SetSecurityGroupsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionenforceSecurityGroupInboundRulesOnPrivateLinkTraffic(String enforceSecurityGroupInboundRulesOnPrivateLinkTraffic) Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.enforceSecurityGroupInboundRulesOnPrivateLinkTraffic(EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum enforceSecurityGroupInboundRulesOnPrivateLinkTraffic) Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.securityGroupIds(String... securityGroupIds) The IDs of the security groups associated with the load balancer.securityGroupIds(Collection<String> securityGroupIds) The IDs of the security groups associated with the load balancer.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
securityGroupIds
The IDs of the security groups associated with the load balancer.
- Parameters:
 securityGroupIds- 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.
 
 - 
securityGroupIds
The IDs of the security groups associated with the load balancer.
- Parameters:
 securityGroupIds- 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.
 
 - 
enforceSecurityGroupInboundRulesOnPrivateLinkTraffic
SetSecurityGroupsResponse.Builder enforceSecurityGroupInboundRulesOnPrivateLinkTraffic(String enforceSecurityGroupInboundRulesOnPrivateLinkTraffic) Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.
- Parameters:
 enforceSecurityGroupInboundRulesOnPrivateLinkTraffic- Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
enforceSecurityGroupInboundRulesOnPrivateLinkTraffic
SetSecurityGroupsResponse.Builder enforceSecurityGroupInboundRulesOnPrivateLinkTraffic(EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum enforceSecurityGroupInboundRulesOnPrivateLinkTraffic) Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.
- Parameters:
 enforceSecurityGroupInboundRulesOnPrivateLinkTraffic- Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -