public static interface BatchListObjectParentPaths.Builder extends CopyableBuilder<BatchListObjectParentPaths.Builder,BatchListObjectParentPaths>
| Modifier and Type | Method and Description |
|---|---|
BatchListObjectParentPaths.Builder |
maxResults(Integer maxResults)
The maximum number of results to retrieve.
|
BatchListObjectParentPaths.Builder |
nextToken(String nextToken)
The pagination token.
|
default BatchListObjectParentPaths.Builder |
objectReference(Consumer<ObjectReference.Builder> objectReference)
The reference that identifies the object whose attributes will be listed.
|
BatchListObjectParentPaths.Builder |
objectReference(ObjectReference objectReference)
The reference that identifies the object whose attributes will be listed.
|
copyapply, buildBatchListObjectParentPaths.Builder objectReference(ObjectReference objectReference)
The reference that identifies the object whose attributes will be listed.
objectReference - The reference that identifies the object whose attributes will be listed.default BatchListObjectParentPaths.Builder objectReference(Consumer<ObjectReference.Builder> objectReference)
The reference that identifies the object whose attributes will be 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)BatchListObjectParentPaths.Builder nextToken(String nextToken)
The pagination token.
nextToken - The pagination token.BatchListObjectParentPaths.Builder maxResults(Integer maxResults)
The maximum number of results to retrieve.
maxResults - The maximum number of results to retrieve.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.