@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.332Z") @Stability(value=Stable) public interface FileSystemConfig extends software.amazon.jsii.JsiiSerializable
IFileSystemLocation.bind(software.constructs.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()
File system location wrapper property.
|
@Stability(value=Stable) @NotNull CfnProject.ProjectFileSystemLocationProperty getLocation()
@Stability(value=Stable) static FileSystemConfig.Builder builder()
FileSystemConfig.Builder of FileSystemConfigCopyright © 2022. All rights reserved.