Interface BatchListPolicyAttachmentsResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchListPolicyAttachmentsResponse.Builder,
,BatchListPolicyAttachmentsResponse> SdkBuilder<BatchListPolicyAttachmentsResponse.Builder,
,BatchListPolicyAttachmentsResponse> SdkPojo
- Enclosing class:
BatchListPolicyAttachmentsResponse
public static interface BatchListPolicyAttachmentsResponse.Builder
extends SdkPojo, CopyableBuilder<BatchListPolicyAttachmentsResponse.Builder,BatchListPolicyAttachmentsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe pagination token.objectIdentifiers
(String... objectIdentifiers) A list ofObjectIdentifiers
to which the policy is attached.objectIdentifiers
(Collection<String> objectIdentifiers) A list ofObjectIdentifiers
to which the policy is attached.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
objectIdentifiers
A list of
ObjectIdentifiers
to which the policy is attached.- Parameters:
objectIdentifiers
- A list ofObjectIdentifiers
to which the policy is attached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectIdentifiers
A list of
ObjectIdentifiers
to which the policy is attached.- Parameters:
objectIdentifiers
- A list ofObjectIdentifiers
to which the policy is attached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The pagination token.
- Parameters:
nextToken
- The pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-