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 identifier of the group.The membership type indicating the scope of the group entry.The membership type indicating the scope of the group entry.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The identifier of the group.
- Parameters:
id- The identifier of the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The membership type indicating the scope of the group entry.
- Parameters:
type- The membership type indicating the scope of the group entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The membership type indicating the scope of the group entry.
- Parameters:
type- The membership type indicating the scope of the group entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-