CopyableBuilder<ListObjectParentPathsResponse.Builder,ListObjectParentPathsResponse>
, SdkBuilder<ListObjectParentPathsResponse.Builder,ListObjectParentPathsResponse>
public static interface ListObjectParentPathsResponse.Builder extends CopyableBuilder<ListObjectParentPathsResponse.Builder,ListObjectParentPathsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListObjectParentPathsResponse.Builder |
nextToken(String nextToken) |
The pagination token.
|
ListObjectParentPathsResponse.Builder |
pathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList) |
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
ListObjectParentPathsResponse.Builder |
pathToObjectIdentifiersList(PathToObjectIdentifiers... pathToObjectIdentifiersList) |
Returns the path to the
ObjectIdentifiers that are associated with the directory. |
copy
apply, build
ListObjectParentPathsResponse.Builder pathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList)
Returns the path to the ObjectIdentifiers
that are associated with the directory.
pathToObjectIdentifiersList
- Returns the path to the ObjectIdentifiers
that are associated with the directory.ListObjectParentPathsResponse.Builder pathToObjectIdentifiersList(PathToObjectIdentifiers... pathToObjectIdentifiersList)
Returns the path to the ObjectIdentifiers
that are associated with the directory.
NOTE: This method appends the values to the existing list (if any). Use
#setPathToObjectIdentifiersList(java.util.Collection)
or
#withPathToObjectIdentifiersList(java.util.Collection)
if you want to override the existing values.
pathToObjectIdentifiersList
- Returns the path to the ObjectIdentifiers
that are associated with the directory.ListObjectParentPathsResponse.Builder nextToken(String nextToken)
The pagination token.
nextToken
- The pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.