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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchListObjectParentPathsResponse.BuildernextToken(String nextToken)The pagination token.BatchListObjectParentPathsResponse.BuilderpathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList)Returns the path to theObjectIdentifiersthat are associated with the directory.BatchListObjectParentPathsResponse.BuilderpathToObjectIdentifiersList(Consumer<PathToObjectIdentifiers.Builder>... pathToObjectIdentifiersList)Returns the path to theObjectIdentifiersthat are associated with the directory.BatchListObjectParentPathsResponse.BuilderpathToObjectIdentifiersList(PathToObjectIdentifiers... pathToObjectIdentifiersList)Returns the path to theObjectIdentifiersthat 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 Detail
-
pathToObjectIdentifiersList
BatchListObjectParentPathsResponse.Builder pathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList)
Returns the path to the
ObjectIdentifiersthat are associated with the directory.- Parameters:
pathToObjectIdentifiersList- Returns the path to theObjectIdentifiersthat 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
ObjectIdentifiersthat are associated with the directory.- Parameters:
pathToObjectIdentifiersList- Returns the path to theObjectIdentifiersthat 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 theObjectIdentifiersthat are associated with the directory.PathToObjectIdentifiers.Builderavoiding the need to create one manually viaPathToObjectIdentifiers.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#pathToObjectIdentifiersList(List.) - 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:
#pathToObjectIdentifiersList(java.util.Collection)
-
nextToken
BatchListObjectParentPathsResponse.Builder nextToken(String nextToken)
The pagination token.
- Parameters:
nextToken- The pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-