public static interface DescribeDocumentPermissionRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeDocumentPermissionRequest.Builder,DescribeDocumentPermissionRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeDocumentPermissionRequest.Builder |
name(String name)
The name of the document for which you are the owner.
|
DescribeDocumentPermissionRequest.Builder |
permissionType(DocumentPermissionType permissionType)
The permission type for the document.
|
DescribeDocumentPermissionRequest.Builder |
permissionType(String 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. All rights reserved.