public static interface BatchListPolicyAttachmentsResponse.Builder extends CopyableBuilder<BatchListPolicyAttachmentsResponse.Builder,BatchListPolicyAttachmentsResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchListPolicyAttachmentsResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
BatchListPolicyAttachmentsResponse.Builder |
objectIdentifiers(Collection<String> objectIdentifiers)
A list of
ObjectIdentifiers to which the policy is attached. |
BatchListPolicyAttachmentsResponse.Builder |
objectIdentifiers(String... objectIdentifiers)
A list of
ObjectIdentifiers to which the policy is attached. |
copyapply, buildBatchListPolicyAttachmentsResponse.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.BatchListPolicyAttachmentsResponse.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.BatchListPolicyAttachmentsResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.