Interface OwnerGroupProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OwnerGroupProperties.Builder,OwnerGroupProperties>,SdkBuilder<OwnerGroupProperties.Builder,OwnerGroupProperties>,SdkPojo
- Enclosing class:
- OwnerGroupProperties
public static interface OwnerGroupProperties.Builder extends SdkPojo, CopyableBuilder<OwnerGroupProperties.Builder,OwnerGroupProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OwnerGroupProperties.BuildergroupIdentifier(String groupIdentifier)The ID of the domain unit owners 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
-
groupIdentifier
OwnerGroupProperties.Builder groupIdentifier(String groupIdentifier)
The ID of the domain unit owners group.
- Parameters:
groupIdentifier- The ID of the domain unit owners group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-