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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.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.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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
securityGroupIds
SetSecurityGroupsResponse.Builder securityGroupIds(Collection<String> 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
SetSecurityGroupsResponse.Builder securityGroupIds(String... 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:
EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum
,EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum
-
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:
EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum
,EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum
-
-