CopyableBuilder<ListPolicyAttachmentsResponse.Builder,ListPolicyAttachmentsResponse>
, SdkBuilder<ListPolicyAttachmentsResponse.Builder,ListPolicyAttachmentsResponse>
public static interface ListPolicyAttachmentsResponse.Builder extends CopyableBuilder<ListPolicyAttachmentsResponse.Builder,ListPolicyAttachmentsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListPolicyAttachmentsResponse.Builder |
nextToken(String nextToken) |
The pagination token.
|
ListPolicyAttachmentsResponse.Builder |
objectIdentifiers(String... objectIdentifiers) |
A list of
ObjectIdentifiers to which the policy is attached. |
ListPolicyAttachmentsResponse.Builder |
objectIdentifiers(Collection<String> objectIdentifiers) |
A list of
ObjectIdentifiers to which the policy is attached. |
copy
apply, build
ListPolicyAttachmentsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setObjectIdentifiers(java.util.Collection)
or #withObjectIdentifiers(java.util.Collection)
if you want to override the existing values.
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.