Class ContainerMountPoint
- java.lang.Object
-
- software.amazon.awssdk.services.gamelift.model.ContainerMountPoint
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ContainerMountPoint.Builder,ContainerMountPoint>
@Generated("software.amazon.awssdk:codegen") public final class ContainerMountPoint extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContainerMountPoint.Builder,ContainerMountPoint>
A mount point that binds a container to a file or directory on the host system.
Part of: GameServerContainerDefinition, https://docs.aws.amazon.com/gamelift/latest/apireference/API_GameServerContainerDefinitionInput.html, SupportContainerDefinition, https://docs.aws.amazon.com/gamelift/latest/apireference/API_SupportContainerDefinitionInput.html
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceContainerMountPoint.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerMountPointAccessLevelaccessLevel()The type of access for the container.StringaccessLevelAsString()The type of access for the container.static ContainerMountPoint.Builderbuilder()StringcontainerPath()The mount path on the container.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinstancePath()The path to the source file or directory.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ContainerMountPoint.Builder>serializableBuilderClass()ContainerMountPoint.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
-
instancePath
public final String instancePath()
The path to the source file or directory.
- Returns:
- The path to the source file or directory.
-
containerPath
public final String containerPath()
The mount path on the container. If this property isn't set, the instance path is used.
- Returns:
- The mount path on the container. If this property isn't set, the instance path is used.
-
accessLevel
public final ContainerMountPointAccessLevel accessLevel()
The type of access for the container.
If the service returns an enum value that is not available in the current SDK version,
accessLevelwill returnContainerMountPointAccessLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaccessLevelAsString().- Returns:
- The type of access for the container.
- See Also:
ContainerMountPointAccessLevel
-
accessLevelAsString
public final String accessLevelAsString()
The type of access for the container.
If the service returns an enum value that is not available in the current SDK version,
accessLevelwill returnContainerMountPointAccessLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromaccessLevelAsString().- Returns:
- The type of access for the container.
- See Also:
ContainerMountPointAccessLevel
-
toBuilder
public ContainerMountPoint.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ContainerMountPoint.Builder,ContainerMountPoint>
-
builder
public static ContainerMountPoint.Builder builder()
-
serializableBuilderClass
public static Class<? extends ContainerMountPoint.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
-
-