public static interface PathToObjectIdentifiers.Builder extends CopyableBuilder<PathToObjectIdentifiers.Builder,PathToObjectIdentifiers>
| Modifier and Type | Method and Description |
|---|---|
PathToObjectIdentifiers.Builder |
objectIdentifiers(Collection<String> objectIdentifiers)
Lists
ObjectIdentifiers starting from directory root to the object in the request. |
PathToObjectIdentifiers.Builder |
objectIdentifiers(String... objectIdentifiers)
Lists
ObjectIdentifiers starting from directory root to the object in the request. |
PathToObjectIdentifiers.Builder |
path(String path)
The path that is used to identify the object starting from directory root.
|
copyapply, buildPathToObjectIdentifiers.Builder path(String path)
The path that is used to identify the object starting from directory root.
path - The path that is used to identify the object starting from directory root.PathToObjectIdentifiers.Builder objectIdentifiers(Collection<String> objectIdentifiers)
Lists ObjectIdentifiers starting from directory root to the object in the request.
objectIdentifiers - Lists ObjectIdentifiers starting from directory root to the object in the request.PathToObjectIdentifiers.Builder objectIdentifiers(String... objectIdentifiers)
Lists ObjectIdentifiers starting from directory root to the object in the request.
objectIdentifiers - Lists ObjectIdentifiers starting from directory root to the object in the request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.