Interface BatchListObjectPoliciesResponse.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BatchListObjectPoliciesResponse.Builder,,BatchListObjectPoliciesResponse> SdkBuilder<BatchListObjectPoliciesResponse.Builder,,BatchListObjectPoliciesResponse> SdkPojo
- Enclosing class:
 BatchListObjectPoliciesResponse
public static interface BatchListObjectPoliciesResponse.Builder
extends SdkPojo, CopyableBuilder<BatchListObjectPoliciesResponse.Builder,BatchListObjectPoliciesResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionattachedPolicyIds(String... attachedPolicyIds) A list of policyObjectIdentifiers, that are attached to the object.attachedPolicyIds(Collection<String> attachedPolicyIds) A list of policyObjectIdentifiers, that are attached to the object.The pagination token.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
- 
attachedPolicyIds
A list of policy
ObjectIdentifiers, that are attached to the object.- Parameters:
 attachedPolicyIds- A list of policyObjectIdentifiers, that are attached to the object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
attachedPolicyIds
A list of policy
ObjectIdentifiers, that are attached to the object.- Parameters:
 attachedPolicyIds- A list of policyObjectIdentifiers, that are attached to the object.- 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.
 
 
 -