Interface SetSecurityGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<SetSecurityGroupsRequest.Builder,SetSecurityGroupsRequest>
,ElasticLoadBalancingV2Request.Builder
,SdkBuilder<SetSecurityGroupsRequest.Builder,SetSecurityGroupsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- SetSecurityGroupsRequest
public static interface SetSecurityGroupsRequest.Builder extends ElasticLoadBalancingV2Request.Builder, SdkPojo, CopyableBuilder<SetSecurityGroupsRequest.Builder,SetSecurityGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetSecurityGroupsRequest.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.SetSecurityGroupsRequest.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.SetSecurityGroupsRequest.Builder
loadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.SetSecurityGroupsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
SetSecurityGroupsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
SetSecurityGroupsRequest.Builder
securityGroups(String... securityGroups)
The IDs of the security groups.SetSecurityGroupsRequest.Builder
securityGroups(Collection<String> securityGroups)
The IDs of the security groups.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
loadBalancerArn
SetSecurityGroupsRequest.Builder loadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
- Parameters:
loadBalancerArn
- The Amazon Resource Name (ARN) of the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroups
SetSecurityGroupsRequest.Builder securityGroups(Collection<String> securityGroups)
The IDs of the security groups.
- Parameters:
securityGroups
- The IDs of the security groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroups
SetSecurityGroupsRequest.Builder securityGroups(String... securityGroups)
The IDs of the security groups.
- Parameters:
securityGroups
- The IDs of the security groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enforceSecurityGroupInboundRulesOnPrivateLinkTraffic
SetSecurityGroupsRequest.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. The default is
on
.- Parameters:
enforceSecurityGroupInboundRulesOnPrivateLinkTraffic
- Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink. The default ison
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum
,EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum
-
enforceSecurityGroupInboundRulesOnPrivateLinkTraffic
SetSecurityGroupsRequest.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. The default is
on
.- Parameters:
enforceSecurityGroupInboundRulesOnPrivateLinkTraffic
- Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink. The default ison
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum
,EnforceSecurityGroupInboundRulesOnPrivateLinkTrafficEnum
-
overrideConfiguration
SetSecurityGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
SetSecurityGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-