Interface PathToObjectIdentifiers.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<PathToObjectIdentifiers.Builder,,PathToObjectIdentifiers> SdkBuilder<PathToObjectIdentifiers.Builder,,PathToObjectIdentifiers> SdkPojo
- Enclosing class:
 PathToObjectIdentifiers
public static interface PathToObjectIdentifiers.Builder
extends SdkPojo, CopyableBuilder<PathToObjectIdentifiers.Builder,PathToObjectIdentifiers> 
- 
Method Summary
Modifier and TypeMethodDescriptionobjectIdentifiers(String... objectIdentifiers) ListsObjectIdentifiersstarting from directory root to the object in the request.objectIdentifiers(Collection<String> objectIdentifiers) ListsObjectIdentifiersstarting from directory root to the object in the request.The path that is used to identify the object starting from directory root.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
path
The path that is used to identify the object starting from directory root.
- Parameters:
 path- The path that is used to identify the object starting from directory root.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
objectIdentifiers
Lists
ObjectIdentifiersstarting from directory root to the object in the request.- Parameters:
 objectIdentifiers- ListsObjectIdentifiersstarting from directory root to the object in the request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
objectIdentifiers
Lists
ObjectIdentifiersstarting from directory root to the object in the request.- Parameters:
 objectIdentifiers- ListsObjectIdentifiersstarting from directory root to the object in the request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -