Interface SourceSecurityGroup.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<SourceSecurityGroup.Builder,SourceSecurityGroup>
,SdkBuilder<SourceSecurityGroup.Builder,SourceSecurityGroup>
,SdkPojo
- Enclosing class:
- SourceSecurityGroup
public static interface SourceSecurityGroup.Builder extends SdkPojo, CopyableBuilder<SourceSecurityGroup.Builder,SourceSecurityGroup>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceSecurityGroup.Builder
groupName(String groupName)
The name of the security group.SourceSecurityGroup.Builder
ownerAlias(String ownerAlias)
The owner 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, sdkFields
-
-
-
-
Method Detail
-
ownerAlias
SourceSecurityGroup.Builder ownerAlias(String ownerAlias)
The owner of the security group.
- Parameters:
ownerAlias
- The owner of the security group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupName
SourceSecurityGroup.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.
-
-