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 ofObjectIdentifiersto which the policy is attached.objectIdentifiers(Collection<String> objectIdentifiers) A list ofObjectIdentifiersto which the policy is attached.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
objectIdentifiers
A list of
ObjectIdentifiersto which the policy is attached.- Parameters:
 objectIdentifiers- A list ofObjectIdentifiersto which the policy is attached.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
objectIdentifiers
A list of
ObjectIdentifiersto which the policy is attached.- Parameters:
 objectIdentifiers- A list ofObjectIdentifiersto 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.
 
 
 -