Interface SetSecurityGroupsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<SetSecurityGroupsResponse.Builder,SetSecurityGroupsResponse>, ElasticLoadBalancingV2Response.Builder, SdkBuilder<SetSecurityGroupsResponse.Builder,SetSecurityGroupsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
SetSecurityGroupsResponse

  • Method Details

    • 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:
    • 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: