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 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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.
-