Interface HostPath.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HostPath.Builder,HostPath>,SdkBuilder<HostPath.Builder,HostPath>,SdkPojo
- Enclosing class:
- HostPath
public static interface HostPath.Builder extends SdkPojo, CopyableBuilder<HostPath.Builder,HostPath>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HostPath.Builderpath(String path)Path of the file or directory on the host that the volume maps to.-
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
HostPath.Builder path(String path)
Path of the file or directory on the host that the volume maps to.
- Parameters:
path- Path of the file or directory on the host that the volume maps to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-