CopyableBuilder<ListObjectPoliciesResponse.Builder,ListObjectPoliciesResponse>, SdkBuilder<ListObjectPoliciesResponse.Builder,ListObjectPoliciesResponse>public static interface ListObjectPoliciesResponse.Builder extends CopyableBuilder<ListObjectPoliciesResponse.Builder,ListObjectPoliciesResponse>
| Modifier and Type | Method | Description |
|---|---|---|
ListObjectPoliciesResponse.Builder |
attachedPolicyIds(String... attachedPolicyIds) |
A list of policy
ObjectIdentifiers, that are attached to the object. |
ListObjectPoliciesResponse.Builder |
attachedPolicyIds(Collection<String> attachedPolicyIds) |
A list of policy
ObjectIdentifiers, that are attached to the object. |
ListObjectPoliciesResponse.Builder |
nextToken(String nextToken) |
The pagination token.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setAttachedPolicyIds(java.util.Collection) or #withAttachedPolicyIds(java.util.Collection)
if you want to override the existing values.
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.