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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchListObjectPoliciesResponse.BuilderattachedPolicyIds(String... attachedPolicyIds)A list of policyObjectIdentifiers, that are attached to the object.BatchListObjectPoliciesResponse.BuilderattachedPolicyIds(Collection<String> attachedPolicyIds)A list of policyObjectIdentifiers, that are attached to the object.BatchListObjectPoliciesResponse.BuildernextToken(String nextToken)The pagination token.-
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 Detail
-
attachedPolicyIds
BatchListObjectPoliciesResponse.Builder attachedPolicyIds(Collection<String> 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
BatchListObjectPoliciesResponse.Builder attachedPolicyIds(String... 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
BatchListObjectPoliciesResponse.Builder nextToken(String nextToken)
The pagination token.
- Parameters:
nextToken- The pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-