CopyableBuilder<DescribeDocumentPermissionResponse.Builder,DescribeDocumentPermissionResponse>
, SdkBuilder<DescribeDocumentPermissionResponse.Builder,DescribeDocumentPermissionResponse>
public static interface DescribeDocumentPermissionResponse.Builder extends CopyableBuilder<DescribeDocumentPermissionResponse.Builder,DescribeDocumentPermissionResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeDocumentPermissionResponse.Builder |
accountIds(String... accountIds) |
The account IDs that have permission to use this document.
|
DescribeDocumentPermissionResponse.Builder |
accountIds(Collection<String> accountIds) |
The account IDs that have permission to use this document.
|
copy
apply, build
DescribeDocumentPermissionResponse.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 Amazon Web Services, Inc. All Rights Reserved.