CopyableBuilder<TargetGrant.Builder,TargetGrant>
, SdkBuilder<TargetGrant.Builder,TargetGrant>
public static interface TargetGrant.Builder extends CopyableBuilder<TargetGrant.Builder,TargetGrant>
Modifier and Type | Method | Description |
---|---|---|
TargetGrant.Builder |
grantee(Grantee grantee) |
|
TargetGrant.Builder |
permission(String permission) |
Logging permissions assigned to the Grantee for the bucket.
|
TargetGrant.Builder |
permission(BucketLogsPermission permission) |
Logging permissions assigned to the Grantee for the bucket.
|
copy
apply, build
TargetGrant.Builder grantee(Grantee grantee)
grantee
- TargetGrant.Builder permission(String permission)
permission
- Logging permissions assigned to the Grantee for the bucket.BucketLogsPermission
TargetGrant.Builder permission(BucketLogsPermission permission)
permission
- Logging permissions assigned to the Grantee for the bucket.BucketLogsPermission
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.