Interface SecurityGroupRuleDescription.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SecurityGroupRuleDescription.Builder,SecurityGroupRuleDescription>, SdkBuilder<SecurityGroupRuleDescription.Builder,SecurityGroupRuleDescription>, SdkPojo
Enclosing class:
SecurityGroupRuleDescription

public static interface SecurityGroupRuleDescription.Builder extends SdkPojo, CopyableBuilder<SecurityGroupRuleDescription.Builder,SecurityGroupRuleDescription>
  • Method Details

    • securityGroupRuleId

      SecurityGroupRuleDescription.Builder securityGroupRuleId(String securityGroupRuleId)

      The ID of the security group rule.

      Parameters:
      securityGroupRuleId - The ID of the security group rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      SecurityGroupRuleDescription.Builder description(String description)

      The description of the security group rule.

      Parameters:
      description - The description of the security group rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.