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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchListPolicyAttachmentsResponse.BuildernextToken(String nextToken)The pagination token.BatchListPolicyAttachmentsResponse.BuilderobjectIdentifiers(String... objectIdentifiers)A list ofObjectIdentifiersto which the policy is attached.BatchListPolicyAttachmentsResponse.BuilderobjectIdentifiers(Collection<String> objectIdentifiers)A list ofObjectIdentifiersto 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 Detail
-
objectIdentifiers
BatchListPolicyAttachmentsResponse.Builder objectIdentifiers(Collection<String> 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
BatchListPolicyAttachmentsResponse.Builder objectIdentifiers(String... 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
BatchListPolicyAttachmentsResponse.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.
-
-