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