public static interface BatchListObjectPoliciesResponse.Builder extends CopyableBuilder<BatchListObjectPoliciesResponse.Builder,BatchListObjectPoliciesResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchListObjectPoliciesResponse.Builder |
attachedPolicyIds(Collection<String> attachedPolicyIds)
A list of policy
ObjectIdentifiers, that are attached to the object. |
BatchListObjectPoliciesResponse.Builder |
attachedPolicyIds(String... attachedPolicyIds)
A list of policy
ObjectIdentifiers, that are attached to the object. |
BatchListObjectPoliciesResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
copyapply, buildBatchListObjectPoliciesResponse.Builder attachedPolicyIds(Collection<String> attachedPolicyIds)
A list of policy ObjectIdentifiers, that are attached to the object.
attachedPolicyIds - A list of policy ObjectIdentifiers, that are attached to the object.BatchListObjectPoliciesResponse.Builder attachedPolicyIds(String... attachedPolicyIds)
A list of policy ObjectIdentifiers, that are attached to the object.
attachedPolicyIds - A list of policy ObjectIdentifiers, that are attached to the object.BatchListObjectPoliciesResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.