Interface ListObjectParentPathsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudDirectoryResponse.Builder,CopyableBuilder<ListObjectParentPathsResponse.Builder,ListObjectParentPathsResponse>,SdkBuilder<ListObjectParentPathsResponse.Builder,ListObjectParentPathsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListObjectParentPathsResponse
public static interface ListObjectParentPathsResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListObjectParentPathsResponse.Builder,ListObjectParentPathsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListObjectParentPathsResponse.BuildernextToken(String nextToken)The pagination token.ListObjectParentPathsResponse.BuilderpathToObjectIdentifiersList(Collection<PathToObjectIdentifiers> pathToObjectIdentifiersList)Returns the path to theObjectIdentifiersthat are associated with the directory.ListObjectParentPathsResponse.BuilderpathToObjectIdentifiersList(Consumer<PathToObjectIdentifiers.Builder>... pathToObjectIdentifiersList)Returns the path to theObjectIdentifiersthat are associated with the directory.ListObjectParentPathsResponse.BuilderpathToObjectIdentifiersList(PathToObjectIdentifiers... pathToObjectIdentifiersList)Returns the path to theObjectIdentifiersthat are associated with the directory.-
Methods inherited from interface software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
pathToObjectIdentifiersList
ListObjectParentPathsResponse.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
ListObjectParentPathsResponse.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
ListObjectParentPathsResponse.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
ListObjectParentPathsResponse.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.
-
-