public static interface ListObjectParentsRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<ListObjectParentsRequest.Builder,ListObjectParentsRequest>
Modifier and Type | Method and Description |
---|---|
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 |
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 |
directoryArn(String directoryArn)
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
|
ListObjectParentsRequest.Builder |
includeAllLinksToEachParent(Boolean includeAllLinksToEachParent)
When set to True, returns all ListObjectParentsResponse$ParentLinks.
|
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.
|
default ListObjectParentsRequest.Builder |
objectReference(Consumer<ObjectReference.Builder> objectReference)
The reference that identifies the object for which parent objects are being listed.
|
ListObjectParentsRequest.Builder |
objectReference(ObjectReference objectReference)
The reference that identifies the object for which parent objects are being listed.
|
ListObjectParentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListObjectParentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, 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.default ListObjectParentsRequest.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
The reference that identifies the object for which parent 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.Builder
objectReference(ObjectReference)
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
,
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
,
ConsistencyLevel
ListObjectParentsRequest.Builder includeAllLinksToEachParent(Boolean includeAllLinksToEachParent)
When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple links between a parent-child pair.
includeAllLinksToEachParent
- When set to True, returns all ListObjectParentsResponse$ParentLinks. There could be multiple
links between a parent-child pair.ListObjectParentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListObjectParentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.