Interface AwsEc2NetworkInterfaceSecurityGroup.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsEc2NetworkInterfaceSecurityGroup.Builder,AwsEc2NetworkInterfaceSecurityGroup>,SdkBuilder<AwsEc2NetworkInterfaceSecurityGroup.Builder,AwsEc2NetworkInterfaceSecurityGroup>,SdkPojo
- Enclosing class:
- AwsEc2NetworkInterfaceSecurityGroup
public static interface AwsEc2NetworkInterfaceSecurityGroup.Builder extends SdkPojo, CopyableBuilder<AwsEc2NetworkInterfaceSecurityGroup.Builder,AwsEc2NetworkInterfaceSecurityGroup>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsEc2NetworkInterfaceSecurityGroup.BuildergroupId(String groupId)The ID of the security group.AwsEc2NetworkInterfaceSecurityGroup.BuildergroupName(String groupName)The name of the security group.-
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 Detail
-
groupName
AwsEc2NetworkInterfaceSecurityGroup.Builder groupName(String 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
AwsEc2NetworkInterfaceSecurityGroup.Builder groupId(String 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.
-
-