Interface SecurityGroup.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SecurityGroup.Builder,,SecurityGroup> SdkBuilder<SecurityGroup.Builder,,SecurityGroup> SdkPojo
- Enclosing class:
 SecurityGroup
public static interface SecurityGroup.Builder
extends SdkPojo, CopyableBuilder<SecurityGroup.Builder,SecurityGroup> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ID of the security group.The name of the security group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
groupName
The name of the security group.
- Parameters:
 groupName- The name of the security group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
groupId
The ID of the security group.
- Parameters:
 groupId- The ID of the security group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -