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