public static interface ListObjectParentPathsRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<ListObjectParentPathsRequest.Builder,ListObjectParentPathsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListObjectParentPathsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.