Uses of Interface
software.amazon.awscdk.services.codebuild.IFileSystemLocation
-
Uses of IFileSystemLocation in software.amazon.awscdk.services.codebuild
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIFileSystemLocation
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic IFileSystemLocation
FileSystemLocation.efs
(EfsFileSystemLocationProps props) EFS file system provider.Modifier and TypeMethodDescriptiondefault List<IFileSystemLocation>
CommonProjectProps.getFileSystemLocations()
An ProjectFileSystemLocation objects for a CodeBuild build project.final List<IFileSystemLocation>
CommonProjectProps.Jsii$Proxy.getFileSystemLocations()
final List<IFileSystemLocation>
PipelineProjectProps.Jsii$Proxy.getFileSystemLocations()
final List<IFileSystemLocation>
ProjectProps.Jsii$Proxy.getFileSystemLocations()
Modifier and TypeMethodDescriptionvoid
Project.addFileSystemLocation
(IFileSystemLocation fileSystemLocation) Adds a fileSystemLocation to the Project.Modifier and TypeMethodDescriptionCommonProjectProps.Builder.fileSystemLocations
(List<? extends IFileSystemLocation> fileSystemLocations) Sets the value ofCommonProjectProps.getFileSystemLocations()
PipelineProject.Builder.fileSystemLocations
(List<? extends IFileSystemLocation> fileSystemLocations) An ProjectFileSystemLocation objects for a CodeBuild build project.PipelineProjectProps.Builder.fileSystemLocations
(List<? extends IFileSystemLocation> fileSystemLocations) Sets the value ofCommonProjectProps.getFileSystemLocations()
Project.Builder.fileSystemLocations
(List<? extends IFileSystemLocation> fileSystemLocations) An ProjectFileSystemLocation objects for a CodeBuild build project.ProjectProps.Builder.fileSystemLocations
(List<? extends IFileSystemLocation> fileSystemLocations) Sets the value ofCommonProjectProps.getFileSystemLocations()