Interface ListPolicyAttachmentsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudDirectoryResponse.Builder
,CopyableBuilder<ListPolicyAttachmentsResponse.Builder,
,ListPolicyAttachmentsResponse> SdkBuilder<ListPolicyAttachmentsResponse.Builder,
,ListPolicyAttachmentsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListPolicyAttachmentsResponse
public static interface ListPolicyAttachmentsResponse.Builder
extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListPolicyAttachmentsResponse.Builder,ListPolicyAttachmentsResponse>
-
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.services.clouddirectory.model.CloudDirectoryResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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.
-