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