Interface OwnerGroupPropertiesOutput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OwnerGroupPropertiesOutput.Builder,
,OwnerGroupPropertiesOutput> SdkBuilder<OwnerGroupPropertiesOutput.Builder,
,OwnerGroupPropertiesOutput> SdkPojo
- Enclosing class:
OwnerGroupPropertiesOutput
@Mutable
@NotThreadSafe
public static interface OwnerGroupPropertiesOutput.Builder
extends SdkPojo, CopyableBuilder<OwnerGroupPropertiesOutput.Builder,OwnerGroupPropertiesOutput>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-