@Generated(value="software.amazon.awssdk:codegen") public final class HostPath extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HostPath.Builder,HostPath>
Represents a pre-existing file or directory on the host machine that the volume maps to.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HostPath.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HostPath.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
path()
Path of the file or directory on the host that the volume maps to.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HostPath.Builder> |
serializableBuilderClass() |
HostPath.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String path()
Path of the file or directory on the host that the volume maps to.
public HostPath.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HostPath.Builder,HostPath>public static HostPath.Builder builder()
public static Class<? extends HostPath.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.