Interface SecurityGroupRuleDescription.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SecurityGroupRuleDescription.Builder,
,SecurityGroupRuleDescription> SdkBuilder<SecurityGroupRuleDescription.Builder,
,SecurityGroupRuleDescription> SdkPojo
- Enclosing class:
SecurityGroupRuleDescription
@Mutable
@NotThreadSafe
public static interface SecurityGroupRuleDescription.Builder
extends SdkPojo, CopyableBuilder<SecurityGroupRuleDescription.Builder,SecurityGroupRuleDescription>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the security group rule.securityGroupRuleId
(String securityGroupRuleId) The ID of the security group rule.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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 Details
-
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
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.
-