Class AwsMountPoint
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsMountPoint
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsMountPoint.Builder,AwsMountPoint>
@Generated("software.amazon.awssdk:codegen") public final class AwsMountPoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsMountPoint.Builder,AwsMountPoint>
Details for a volume mount point that's used in a container definition.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsMountPoint.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsMountPoint.Builderbuilder()StringcontainerPath()The path on the container to mount the host volume at.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsMountPoint.Builder>serializableBuilderClass()StringsourceVolume()The name of the volume to mount.AwsMountPoint.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
sourceVolume
public final String sourceVolume()
The name of the volume to mount. Must be a volume name referenced in the
nameparameter of task definitionvolume.- Returns:
- The name of the volume to mount. Must be a volume name referenced in the
nameparameter of task definitionvolume.
-
containerPath
public final String containerPath()
The path on the container to mount the host volume at.
- Returns:
- The path on the container to mount the host volume at.
-
toBuilder
public AwsMountPoint.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsMountPoint.Builder,AwsMountPoint>
-
builder
public static AwsMountPoint.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsMountPoint.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-