Interface AclGrantee.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AclGrantee.Builder,AclGrantee>,SdkBuilder<AclGrantee.Builder,AclGrantee>,SdkPojo
- Enclosing class:
- AclGrantee
public static interface AclGrantee.Builder extends SdkPojo, CopyableBuilder<AclGrantee.Builder,AclGrantee>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AclGrantee.Builderid(String id)The value specified is the canonical user ID of an Amazon Web Services account.AclGrantee.Builderuri(String uri)Used for granting permissions to a predefined 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, sdkFields
-
-
-
-
Method Detail
-
id
AclGrantee.Builder id(String id)
The value specified is the canonical user ID of an Amazon Web Services account.
- Parameters:
id- The value specified is the canonical user ID of an Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uri
AclGrantee.Builder uri(String uri)
Used for granting permissions to a predefined group.
- Parameters:
uri- Used for granting permissions to a predefined group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-