Interface IFileSystemLocation.Jsii$Default

All Superinterfaces:
IFileSystemLocation, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IFileSystemLocation.Jsii$Proxy
Enclosing interface:
IFileSystemLocation

@Internal public static interface IFileSystemLocation.Jsii$Default extends 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 Type
    Method
    Description
    bind(software.constructs.Construct scope, IProject project)
    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 software.constructs.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 interface IFileSystemLocation
      Parameters:
      scope - This parameter is required.
      project - This parameter is required.