public static interface ListObjectParentPathsRequest.Builder extends CloudDirectoryRequest.Builder, CopyableBuilder<ListObjectParentPathsRequest.Builder,ListObjectParentPathsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListObjectParentPathsRequest.Builder |
directoryArn(String directoryArn)
The ARN of the directory to which the parent path applies.
|
ListObjectParentPathsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to be retrieved in a single call.
|
ListObjectParentPathsRequest.Builder |
nextToken(String nextToken)
The pagination token.
|
default ListObjectParentPathsRequest.Builder |
objectReference(Consumer<ObjectReference.Builder> objectReference)
The reference that identifies the object whose parent paths are listed.
|
ListObjectParentPathsRequest.Builder |
objectReference(ObjectReference objectReference)
The reference that identifies the object whose parent paths are listed.
|
ListObjectParentPathsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListObjectParentPathsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListObjectParentPathsRequest.Builder directoryArn(String directoryArn)
The ARN of the directory to which the parent path applies.
directoryArn - The ARN of the directory to which the parent path applies.ListObjectParentPathsRequest.Builder objectReference(ObjectReference objectReference)
The reference that identifies the object whose parent paths are listed.
objectReference - The reference that identifies the object whose parent paths are listed.default ListObjectParentPathsRequest.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
The reference that identifies the object whose parent paths are 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)ListObjectParentPathsRequest.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.ListObjectParentPathsRequest.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.ListObjectParentPathsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListObjectParentPathsRequest.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.