@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:02.617Z") @Stability(value=Experimental) public interface FileSystemConfig extends software.amazon.jsii.JsiiSerializable
IFileSystemLocation.bind(software.amazon.awscdk.core.Construct, software.amazon.awscdk.services.codebuild.IProject).
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codebuild.*;
FileSystemConfig fileSystemConfig = FileSystemConfig.builder()
.location(ProjectFileSystemLocationProperty.builder()
.identifier("identifier")
.location("location")
.mountPoint("mountPoint")
.type("type")
// the properties below are optional
.mountOptions("mountOptions")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
FileSystemConfig.Builder
A builder for
FileSystemConfig |
static class |
FileSystemConfig.Jsii$Proxy
An implementation for
FileSystemConfig |
| Modifier and Type | Method and Description |
|---|---|
static FileSystemConfig.Builder |
builder() |
CfnProject.ProjectFileSystemLocationProperty |
getLocation()
(experimental) File system location wrapper property.
|
@Stability(value=Experimental) @NotNull CfnProject.ProjectFileSystemLocationProperty getLocation()
@Stability(value=Experimental) static FileSystemConfig.Builder builder()
FileSystemConfig.Builder of FileSystemConfigCopyright © 2022. All rights reserved.