CopyableBuilder<DescribeDocumentPermissionRequest.Builder,DescribeDocumentPermissionRequest>, SdkBuilder<DescribeDocumentPermissionRequest.Builder,DescribeDocumentPermissionRequest>public static interface DescribeDocumentPermissionRequest.Builder extends CopyableBuilder<DescribeDocumentPermissionRequest.Builder,DescribeDocumentPermissionRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeDocumentPermissionRequest.Builder |
name(String name) |
The name of the document for which you are the owner.
|
DescribeDocumentPermissionRequest.Builder |
permissionType(String permissionType) |
The permission type for the document.
|
DescribeDocumentPermissionRequest.Builder |
permissionType(DocumentPermissionType permissionType) |
The permission type for the document.
|
copyapply, buildDescribeDocumentPermissionRequest.Builder name(String name)
The name of the document for which you are the owner.
name - The name of the document for which you are the owner.DescribeDocumentPermissionRequest.Builder permissionType(String permissionType)
The permission type for the document. The permission type can be Share.
permissionType - The permission type for the document. The permission type can be Share.DocumentPermissionTypeDescribeDocumentPermissionRequest.Builder permissionType(DocumentPermissionType permissionType)
The permission type for the document. The permission type can be Share.
permissionType - The permission type for the document. The permission type can be Share.DocumentPermissionTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.