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