public static interface ListObjectParentsRequest.Builder extends CloudDirectoryRequest.Builder, 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 |
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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListObjectParentsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
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.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListObjectParentsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.