Interface EC2SecurityGroup.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EC2SecurityGroup.Builder,,- EC2SecurityGroup> - SdkBuilder<EC2SecurityGroup.Builder,,- EC2SecurityGroup> - SdkPojo
- Enclosing class:
- EC2SecurityGroup
@Mutable
@NotThreadSafe
public static interface EC2SecurityGroup.Builder
extends SdkPojo, CopyableBuilder<EC2SecurityGroup.Builder,EC2SecurityGroup> 
- 
Method SummaryModifier and TypeMethodDescriptionec2SecurityGroupName(String ec2SecurityGroupName) The name of the Amazon EC2 security group.ec2SecurityGroupOwnerId(String ec2SecurityGroupOwnerId) The Amazon account ID of the Amazon EC2 security group owner.The status of the Amazon EC2 security group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
statusThe status of the Amazon EC2 security group. - Parameters:
- status- The status of the Amazon EC2 security group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ec2SecurityGroupNameThe name of the Amazon EC2 security group. - Parameters:
- ec2SecurityGroupName- The name of the Amazon EC2 security group.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ec2SecurityGroupOwnerIdThe Amazon account ID of the Amazon EC2 security group owner. - Parameters:
- ec2SecurityGroupOwnerId- The Amazon account ID of the Amazon EC2 security group owner.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-