Class FileSystemConfig.Builder
java.lang.Object
software.amazon.awscdk.services.codebuild.FileSystemConfig.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<FileSystemConfig>
- Enclosing interface:
FileSystemConfig
@Stability(Stable)
public static final class FileSystemConfig.Builder
extends Object
implements software.amazon.jsii.Builder<FileSystemConfig>
A builder for
FileSystemConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofFileSystemConfig.getLocation()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
location
@Stability(Stable) public FileSystemConfig.Builder location(CfnProject.ProjectFileSystemLocationProperty location) Sets the value ofFileSystemConfig.getLocation()
- Parameters:
location
- File system location wrapper property. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<FileSystemConfig>
- Returns:
- a new instance of
FileSystemConfig
- Throws:
NullPointerException
- if any required attribute was not provided
-