Interface BatchListObjectParentPathsResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchListObjectParentPathsResponse.Builder,
,BatchListObjectParentPathsResponse> SdkBuilder<BatchListObjectParentPathsResponse.Builder,
,BatchListObjectParentPathsResponse> SdkPojo
- Enclosing class:
BatchListObjectParentPathsResponse
public static interface BatchListObjectParentPathsResponse.Builder
extends SdkPojo, CopyableBuilder<BatchListObjectParentPathsResponse.Builder,BatchListObjectParentPathsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe pagination token.pathToObjectIdentifiersList
(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList) Returns the path to theObjectIdentifiers
that are associated with the directory.pathToObjectIdentifiersList
(Consumer<PathToObjectIdentifiers.Builder>... pathToObjectIdentifiersList) Returns the path to theObjectIdentifiers
that are associated with the directory.pathToObjectIdentifiersList
(PathToObjectIdentifiers... pathToObjectIdentifiersList) Returns the path to theObjectIdentifiers
that are associated with the directory.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
pathToObjectIdentifiersList
BatchListObjectParentPathsResponse.Builder pathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList) Returns the path to the
ObjectIdentifiers
that are associated with the directory.- Parameters:
pathToObjectIdentifiersList
- Returns the path to theObjectIdentifiers
that are associated with the directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pathToObjectIdentifiersList
BatchListObjectParentPathsResponse.Builder pathToObjectIdentifiersList(PathToObjectIdentifiers... pathToObjectIdentifiersList) Returns the path to the
ObjectIdentifiers
that are associated with the directory.- Parameters:
pathToObjectIdentifiersList
- Returns the path to theObjectIdentifiers
that are associated with the directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pathToObjectIdentifiersList
BatchListObjectParentPathsResponse.Builder pathToObjectIdentifiersList(Consumer<PathToObjectIdentifiers.Builder>... pathToObjectIdentifiersList) Returns the path to the
This is a convenience method that creates an instance of theObjectIdentifiers
that are associated with the directory.PathToObjectIdentifiers.Builder
avoiding the need to create one manually viaPathToObjectIdentifiers.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topathToObjectIdentifiersList(List<PathToObjectIdentifiers>)
.- Parameters:
pathToObjectIdentifiersList
- a consumer that will call methods onPathToObjectIdentifiers.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The pagination token.
- Parameters:
nextToken
- The pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-