@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:26.393Z") @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()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projectfilesystemlocation.html@Stability(value=Experimental) static FileSystemConfig.Builder builder()
FileSystemConfig.Builder of FileSystemConfigCopyright © 2022. All rights reserved.