Class AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails>
A mount point for the data volumes in the container.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails.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()BooleanreadOnly()Whether the container has read-only access to the volume.List<SdkField<?>>sdkFields()static Class<? extends AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails.Builder>serializableBuilderClass()StringsourceVolume()The name of the volume to mount.AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails.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
-
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.
-
readOnly
public final Boolean readOnly()
Whether the container has read-only access to the volume.
- Returns:
- Whether the container has read-only access to the volume.
-
sourceVolume
public final String sourceVolume()
The name of the volume to mount. Must match the name of a volume listed in
VolumeDetailsfor the task definition.- Returns:
- The name of the volume to mount. Must match the name of a volume listed in
VolumeDetailsfor the task definition.
-
toBuilder
public AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails.Builder toBuilder()
-
builder
public static AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails.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.
-
-