CopyableBuilder<PathToObjectIdentifiers.Builder,PathToObjectIdentifiers>
, SdkBuilder<PathToObjectIdentifiers.Builder,PathToObjectIdentifiers>
public static interface PathToObjectIdentifiers.Builder extends CopyableBuilder<PathToObjectIdentifiers.Builder,PathToObjectIdentifiers>
Modifier and Type | Method | Description |
---|---|---|
PathToObjectIdentifiers.Builder |
objectIdentifiers(String... objectIdentifiers) |
Lists
ObjectIdentifiers starting from directory root to the object in the request. |
PathToObjectIdentifiers.Builder |
objectIdentifiers(Collection<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.
|
copy
apply, build
PathToObjectIdentifiers.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.
NOTE: This method appends the values to the existing list (if any). Use
#setObjectIdentifiers(java.util.Collection)
or #withObjectIdentifiers(java.util.Collection)
if you want to override the existing values.
objectIdentifiers
- Lists ObjectIdentifiers
starting from directory root to the object in the request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.