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