Interface IFileSystemLocation.Jsii$Default
- All Superinterfaces:
IFileSystemLocation
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IFileSystemLocation.Jsii$Proxy
- Enclosing interface:
IFileSystemLocation
Internal default implementation for
IFileSystemLocation
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.IFileSystemLocation
IFileSystemLocation.Jsii$Default, IFileSystemLocation.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault FileSystemConfig
Called by the project when a file system is added so it can perform binding operations on this file system location.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Stable) @NotNull default FileSystemConfig bind(@NotNull Construct scope, @NotNull IProject project) Called by the project when a file system is added so it can perform binding operations on this file system location.- Specified by:
bind
in interfaceIFileSystemLocation
- Parameters:
scope
- This parameter is required.project
- This parameter is required.
-