CopyableBuilder<ListObjectPoliciesRequest.Builder,ListObjectPoliciesRequest>
, SdkBuilder<ListObjectPoliciesRequest.Builder,ListObjectPoliciesRequest>
public static interface ListObjectPoliciesRequest.Builder extends CopyableBuilder<ListObjectPoliciesRequest.Builder,ListObjectPoliciesRequest>
Modifier and Type | Method | Description |
---|---|---|
ListObjectPoliciesRequest.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.
|
ListObjectPoliciesRequest.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.
|
ListObjectPoliciesRequest.Builder |
directoryArn(String directoryArn) |
The Amazon Resource Name (ARN) that is associated with the Directory where objects reside.
|
ListObjectPoliciesRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of items to be retrieved in a single call.
|
ListObjectPoliciesRequest.Builder |
nextToken(String nextToken) |
The pagination token.
|
ListObjectPoliciesRequest.Builder |
objectReference(ObjectReference objectReference) |
Reference that identifies the object for which policies will be listed.
|
copy
apply, build
ListObjectPoliciesRequest.Builder directoryArn(String directoryArn)
ListObjectPoliciesRequest.Builder objectReference(ObjectReference objectReference)
Reference that identifies the object for which policies will be listed.
objectReference
- Reference that identifies the object for which policies will be listed.ListObjectPoliciesRequest.Builder nextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.ListObjectPoliciesRequest.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.ListObjectPoliciesRequest.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
ListObjectPoliciesRequest.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.