Uses of Interface
software.amazon.awscdk.services.codebuild.IFileSystemLocation
Package
Description
CDK Pipelines
AWS CodeBuild Construct Library
-
Uses of IFileSystemLocation in software.amazon.awscdk.pipelines
Modifier and TypeMethodDescriptiondefault List<IFileSystemLocation>
CodeBuildOptions.getFileSystemLocations()
ProjectFileSystemLocation objects for CodeBuild build projects.final List<IFileSystemLocation>
CodeBuildOptions.Jsii$Proxy.getFileSystemLocations()
CodeBuildStep.getFileSystemLocations()
ProjectFileSystemLocation objects for CodeBuild build projects.default List<IFileSystemLocation>
CodeBuildStepProps.getFileSystemLocations()
ProjectFileSystemLocation objects for CodeBuild build projects.final List<IFileSystemLocation>
CodeBuildStepProps.Jsii$Proxy.getFileSystemLocations()
Modifier and TypeMethodDescriptionCodeBuildOptions.Builder.fileSystemLocations
(List<? extends IFileSystemLocation> fileSystemLocations) Sets the value ofCodeBuildOptions.getFileSystemLocations()
CodeBuildStep.Builder.fileSystemLocations
(List<? extends IFileSystemLocation> fileSystemLocations) ProjectFileSystemLocation objects for CodeBuild build projects.CodeBuildStepProps.Builder.fileSystemLocations
(List<? extends IFileSystemLocation> fileSystemLocations) Sets the value ofCodeBuildStepProps.getFileSystemLocations()
-
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()