Interface ListObjectPoliciesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudDirectoryResponse.Builder,CopyableBuilder<ListObjectPoliciesResponse.Builder,ListObjectPoliciesResponse>,SdkBuilder<ListObjectPoliciesResponse.Builder,ListObjectPoliciesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListObjectPoliciesResponse
public static interface ListObjectPoliciesResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListObjectPoliciesResponse.Builder,ListObjectPoliciesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListObjectPoliciesResponse.BuilderattachedPolicyIds(String... attachedPolicyIds)A list of policyObjectIdentifiers, that are attached to the object.ListObjectPoliciesResponse.BuilderattachedPolicyIds(Collection<String> attachedPolicyIds)A list of policyObjectIdentifiers, that are attached to the object.ListObjectPoliciesResponse.BuildernextToken(String nextToken)The pagination token.-
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
-
attachedPolicyIds
ListObjectPoliciesResponse.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
ListObjectPoliciesResponse.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
ListObjectPoliciesResponse.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.
-
-