public static interface ListObjectPoliciesResponse.Builder extends CloudDirectoryResponse.Builder, CopyableBuilder<ListObjectPoliciesResponse.Builder,ListObjectPoliciesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListObjectPoliciesResponse.Builder |
attachedPolicyIds(Collection<String> attachedPolicyIds)
A list of policy
ObjectIdentifiers, that are attached to the object. |
ListObjectPoliciesResponse.Builder |
attachedPolicyIds(String... attachedPolicyIds)
A list of policy
ObjectIdentifiers, that are attached to the object. |
ListObjectPoliciesResponse.Builder |
nextToken(String nextToken)
The pagination token.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListObjectPoliciesResponse.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.ListObjectPoliciesResponse.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.ListObjectPoliciesResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.