| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectFileSystemLocation |
ProjectFileSystemLocation.clone() |
ProjectFileSystemLocation |
ProjectFileSystemLocation.withIdentifier(String identifier)
The name used to access a file system created by Amazon EFS.
|
ProjectFileSystemLocation |
ProjectFileSystemLocation.withLocation(String location)
A string that specifies the location of the file system created by Amazon EFS.
|
ProjectFileSystemLocation |
ProjectFileSystemLocation.withMountOptions(String mountOptions)
The mount options for a file system created by Amazon EFS.
|
ProjectFileSystemLocation |
ProjectFileSystemLocation.withMountPoint(String mountPoint)
The location in the container where you mount the file system.
|
ProjectFileSystemLocation |
ProjectFileSystemLocation.withType(FileSystemType type)
The type of the file system.
|
ProjectFileSystemLocation |
ProjectFileSystemLocation.withType(String type)
The type of the file system.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProjectFileSystemLocation> |
Project.getFileSystemLocations()
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
List<ProjectFileSystemLocation> |
Build.getFileSystemLocations()
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
List<ProjectFileSystemLocation> |
BuildBatch.getFileSystemLocations()
An array of
ProjectFileSystemLocation objects for the batch build project. |
List<ProjectFileSystemLocation> |
UpdateProjectRequest.getFileSystemLocations()
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
List<ProjectFileSystemLocation> |
CreateProjectRequest.getFileSystemLocations()
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
| Modifier and Type | Method and Description |
|---|---|
Project |
Project.withFileSystemLocations(ProjectFileSystemLocation... fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
Build |
Build.withFileSystemLocations(ProjectFileSystemLocation... fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
BuildBatch |
BuildBatch.withFileSystemLocations(ProjectFileSystemLocation... fileSystemLocations)
An array of
ProjectFileSystemLocation objects for the batch build project. |
UpdateProjectRequest |
UpdateProjectRequest.withFileSystemLocations(ProjectFileSystemLocation... fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
CreateProjectRequest |
CreateProjectRequest.withFileSystemLocations(ProjectFileSystemLocation... fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
| Modifier and Type | Method and Description |
|---|---|
void |
Project.setFileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
void |
Build.setFileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
void |
BuildBatch.setFileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)
An array of
ProjectFileSystemLocation objects for the batch build project. |
void |
UpdateProjectRequest.setFileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
void |
CreateProjectRequest.setFileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
Project |
Project.withFileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
Build |
Build.withFileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
BuildBatch |
BuildBatch.withFileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)
An array of
ProjectFileSystemLocation objects for the batch build project. |
UpdateProjectRequest |
UpdateProjectRequest.withFileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
CreateProjectRequest |
CreateProjectRequest.withFileSystemLocations(Collection<ProjectFileSystemLocation> fileSystemLocations)
An array of
ProjectFileSystemLocation objects for a CodeBuild build project. |
Copyright © 2025. All rights reserved.