| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static ProjectFileSystemLocation.Builder |
ProjectFileSystemLocation.builder() |
ProjectFileSystemLocation.Builder |
ProjectFileSystemLocation.Builder.identifier(String identifier)
The name used to access a file system created by Amazon EFS.
|
ProjectFileSystemLocation.Builder |
ProjectFileSystemLocation.Builder.location(String location)
A string that specifies the location of the file system created by Amazon EFS.
|
ProjectFileSystemLocation.Builder |
ProjectFileSystemLocation.Builder.mountOptions(String mountOptions)
The mount options for a file system created by AWS EFS.
|
ProjectFileSystemLocation.Builder |
ProjectFileSystemLocation.Builder.mountPoint(String mountPoint)
The location in the container where you mount the file system.
|
ProjectFileSystemLocation.Builder |
ProjectFileSystemLocation.toBuilder() |
ProjectFileSystemLocation.Builder |
ProjectFileSystemLocation.Builder.type(FileSystemType type)
The type of the file system.
|
ProjectFileSystemLocation.Builder |
ProjectFileSystemLocation.Builder.type(String type)
The type of the file system.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProjectFileSystemLocation.Builder> |
ProjectFileSystemLocation.serializableBuilderClass() |
Copyright © 2021. All rights reserved.