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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe 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.
 
- 
typeThe 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:
 
- 
typeThe 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:
 
 
-