Interface DocumentAclGroup.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DocumentAclGroup.Builder,
,DocumentAclGroup> SdkBuilder<DocumentAclGroup.Builder,
,DocumentAclGroup> SdkPojo
- Enclosing class:
DocumentAclGroup
@Mutable
@NotThreadSafe
public static interface DocumentAclGroup.Builder
extends SdkPojo, CopyableBuilder<DocumentAclGroup.Builder,DocumentAclGroup>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the group in the document's ACL.The type of the group.type
(MembershipType type) The type of the 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
-
name
The name of the group in the document's ACL. This is used to identify the group when applying access rules.
- Parameters:
name
- The name of the group in the document's ACL. This is used to identify the group when applying access rules.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the group. This indicates the scope of the group's applicability in access control.
- Parameters:
type
- The type of the group. This indicates the scope of the group's applicability in access control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the group. This indicates the scope of the group's applicability in access control.
- Parameters:
type
- The type of the group. This indicates the scope of the group's applicability in access control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-