Uses of Interface
software.amazon.awssdk.services.gamelift.model.ContainerMountPoint.Builder
-
Packages that use ContainerMountPoint.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ContainerMountPoint.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ContainerMountPoint.Builder Modifier and Type Method Description ContainerMountPoint.BuilderContainerMountPoint.Builder. accessLevel(String accessLevel)The type of access for the container.ContainerMountPoint.BuilderContainerMountPoint.Builder. accessLevel(ContainerMountPointAccessLevel accessLevel)The type of access for the container.static ContainerMountPoint.BuilderContainerMountPoint. builder()ContainerMountPoint.BuilderContainerMountPoint.Builder. containerPath(String containerPath)The mount path on the container.ContainerMountPoint.BuilderContainerMountPoint.Builder. instancePath(String instancePath)The path to the source file or directory.ContainerMountPoint.BuilderContainerMountPoint. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ContainerMountPoint.Builder Modifier and Type Method Description static Class<? extends ContainerMountPoint.Builder>ContainerMountPoint. serializableBuilderClass()
-