public static interface DescribeDocumentPermissionRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribeDocumentPermissionRequest.Builder,DescribeDocumentPermissionRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeDocumentPermissionRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
DescribeDocumentPermissionRequest.Builder |
name(String name)
The name of the document for which you are the owner.
|
DescribeDocumentPermissionRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
DescribeDocumentPermissionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeDocumentPermissionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeDocumentPermissionRequest.Builder |
permissionType(DocumentPermissionType permissionType)
The permission type for the document.
|
DescribeDocumentPermissionRequest.Builder |
permissionType(String permissionType)
The permission type for the document.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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.DocumentPermissionType,
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.DocumentPermissionType,
DocumentPermissionTypeDescribeDocumentPermissionRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults - The maximum number of items to return for this call. The call also returns a token that you can
specify in a subsequent call to get the next set of results.DescribeDocumentPermissionRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)DescribeDocumentPermissionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeDocumentPermissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.