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