Interface MemberGroup.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MemberGroup.Builder,MemberGroup>,SdkBuilder<MemberGroup.Builder,MemberGroup>,SdkPojo
- Enclosing class:
- MemberGroup
public static interface MemberGroup.Builder extends SdkPojo, CopyableBuilder<MemberGroup.Builder,MemberGroup>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MemberGroup.BuilderdataSourceId(String dataSourceId)The identifier of the data source for the sub group you want to map to a group.MemberGroup.BuildergroupId(String groupId)The identifier of the sub group you want to map to a 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
-
groupId
MemberGroup.Builder groupId(String groupId)
The identifier of the sub group you want to map to a group.
- Parameters:
groupId- The identifier of the sub group you want to map to a group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceId
MemberGroup.Builder dataSourceId(String dataSourceId)
The identifier of the data source for the sub group you want to map to a group.
- Parameters:
dataSourceId- The identifier of the data source for the sub group you want to map to a group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-