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.
|
copy
apply, build
DescribeDocumentPermissionRequest.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.DocumentPermissionType
DescribeDocumentPermissionRequest.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.DocumentPermissionType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.