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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathToObjectIdentifiers.BuilderobjectIdentifiers(String... objectIdentifiers)ListsObjectIdentifiersstarting from directory root to the object in the request.PathToObjectIdentifiers.BuilderobjectIdentifiers(Collection<String> objectIdentifiers)ListsObjectIdentifiersstarting from directory root to the object in the request.PathToObjectIdentifiers.Builderpath(String path)The path that is used to identify the object starting from directory root.-
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
-
path
PathToObjectIdentifiers.Builder path(String 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
PathToObjectIdentifiers.Builder objectIdentifiers(Collection<String> 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
PathToObjectIdentifiers.Builder objectIdentifiers(String... 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.
-
-