public static interface DescribeDocumentPermissionResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeDocumentPermissionResponse.Builder,DescribeDocumentPermissionResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDocumentPermissionResponse.Builder |
accountIds(Collection<String> accountIds)
The account IDs that have permission to use this document.
|
DescribeDocumentPermissionResponse.Builder |
accountIds(String... accountIds)
The account IDs that have permission to use this document.
|
copyapply, buildDescribeDocumentPermissionResponse.Builder accountIds(Collection<String> accountIds)
The account IDs that have permission to use this document. The ID can be either an AWS account or All.
accountIds - The account IDs that have permission to use this document. The ID can be either an AWS account or
All.DescribeDocumentPermissionResponse.Builder accountIds(String... accountIds)
The account IDs that have permission to use this document. The ID can be either an AWS account or All.
NOTE: This method appends the values to the existing list (if any). Use
#setAccountIds(java.util.Collection) or #withAccountIds(java.util.Collection) if you want to
override the existing values.
accountIds - The account IDs that have permission to use this document. The ID can be either an AWS account or
All.Copyright © 2017. All rights reserved.