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
Modifier and TypeMethodDescriptionPath of the file or directory on the host that the volume maps to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
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.
-