Interface HostPath.Builder

All Superinterfaces:
Buildable, CopyableBuilder<HostPath.Builder,HostPath>, SdkBuilder<HostPath.Builder,HostPath>, SdkPojo
Enclosing class:
HostPath

@Mutable @NotThreadSafe public static interface HostPath.Builder extends SdkPojo, CopyableBuilder<HostPath.Builder,HostPath>
  • Method Details

    • 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.