public static interface ListObjectChildrenRequest.Builder extends CloudDirectoryRequest.Builder, CopyableBuilder<ListObjectChildrenRequest.Builder,ListObjectChildrenRequest>
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
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.
|
default ListObjectChildrenRequest.Builder |
objectReference(Consumer<ObjectReference.Builder> objectReference)
The reference that identifies the object for which child objects are being listed.
|
ListObjectChildrenRequest.Builder |
objectReference(ObjectReference objectReference)
The reference that identifies the object for which child objects are being listed.
|
ListObjectChildrenRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListObjectChildrenRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListObjectChildrenRequest.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.default ListObjectChildrenRequest.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
The reference that identifies the object for which child objects are being listed.
This is a convenience that creates an instance of theObjectReference.Builder avoiding the need to
create one manually via ObjectReference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to objectReference(ObjectReference).objectReference - a consumer that will call methods on ObjectReference.BuilderobjectReference(ObjectReference)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,
ConsistencyLevelListObjectChildrenRequest.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,
ConsistencyLevelListObjectChildrenRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListObjectChildrenRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.