public static interface ListPolicyAttachmentsResponse.Builder extends CloudDirectoryResponse.Builder, CopyableBuilder<ListPolicyAttachmentsResponse.Builder,ListPolicyAttachmentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPolicyAttachmentsResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
ListPolicyAttachmentsResponse.Builder |
objectIdentifiers(Collection<String> objectIdentifiers)
A list of
ObjectIdentifiers to which the policy is attached. |
ListPolicyAttachmentsResponse.Builder |
objectIdentifiers(String... objectIdentifiers)
A list of
ObjectIdentifiers to which the policy is attached. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListPolicyAttachmentsResponse.Builder objectIdentifiers(Collection<String> objectIdentifiers)
A list of ObjectIdentifiers to which the policy is attached.
objectIdentifiers - A list of ObjectIdentifiers to which the policy is attached.ListPolicyAttachmentsResponse.Builder objectIdentifiers(String... objectIdentifiers)
A list of ObjectIdentifiers to which the policy is attached.
objectIdentifiers - A list of ObjectIdentifiers to which the policy is attached.ListPolicyAttachmentsResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.