CopyableBuilder<ListObjectParentPathsRequest.Builder,ListObjectParentPathsRequest>
, SdkBuilder<ListObjectParentPathsRequest.Builder,ListObjectParentPathsRequest>
public static interface ListObjectParentPathsRequest.Builder extends CopyableBuilder<ListObjectParentPathsRequest.Builder,ListObjectParentPathsRequest>
Modifier and Type | Method | 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.
|
ListObjectParentPathsRequest.Builder |
objectReference(ObjectReference objectReference) |
The reference that identifies the object whose parent paths are listed.
|
copy
apply, build
ListObjectParentPathsRequest.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.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.