CopyableBuilder<ListPolicyAttachmentsRequest.Builder,ListPolicyAttachmentsRequest>
, SdkBuilder<ListPolicyAttachmentsRequest.Builder,ListPolicyAttachmentsRequest>
public static interface ListPolicyAttachmentsRequest.Builder extends CopyableBuilder<ListPolicyAttachmentsRequest.Builder,ListPolicyAttachmentsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListPolicyAttachmentsRequest.Builder |
consistencyLevel(String consistencyLevel) |
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ListPolicyAttachmentsRequest.Builder |
consistencyLevel(ConsistencyLevel consistencyLevel) |
Represents the manner and timing in which the successful write or update of an object is reflected in a
subsequent read operation of that same object.
|
ListPolicyAttachmentsRequest.Builder |
directoryArn(String directoryArn) |
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside.
|
ListPolicyAttachmentsRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of items to be retrieved in a single call.
|
ListPolicyAttachmentsRequest.Builder |
nextToken(String nextToken) |
The pagination token.
|
ListPolicyAttachmentsRequest.Builder |
policyReference(ObjectReference policyReference) |
The reference that identifies the policy object.
|
copy
apply, build
ListPolicyAttachmentsRequest.Builder directoryArn(String directoryArn)
ListPolicyAttachmentsRequest.Builder policyReference(ObjectReference policyReference)
The reference that identifies the policy object.
policyReference
- The reference that identifies the policy object.ListPolicyAttachmentsRequest.Builder nextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.ListPolicyAttachmentsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call. This is an approximate number.
maxResults
- The maximum number of items to be retrieved in a single call. This is an approximate number.ListPolicyAttachmentsRequest.Builder consistencyLevel(String consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
consistencyLevel
- Represents the manner and timing in which the successful write or update of an object is reflected in
a subsequent read operation of that same object.ConsistencyLevel
ListPolicyAttachmentsRequest.Builder consistencyLevel(ConsistencyLevel consistencyLevel)
Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.
consistencyLevel
- Represents the manner and timing in which the successful write or update of an object is reflected in
a subsequent read operation of that same object.ConsistencyLevel
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.