@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.938Z") @Stability(value=Stable) public interface FileSetLocation extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.pipelines.*;
FileSet fileSet;
FileSetLocation fileSetLocation = FileSetLocation.builder()
.directory("directory")
.fileSet(fileSet)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
FileSetLocation.Builder
A builder for
FileSetLocation |
static class |
FileSetLocation.Jsii$Proxy
An implementation for
FileSetLocation |
| Modifier and Type | Method and Description |
|---|---|
static FileSetLocation.Builder |
builder() |
String |
getDirectory()
The (relative) directory where the FileSet is found.
|
FileSet |
getFileSet()
The FileSet object.
|
@Stability(value=Stable) @NotNull String getDirectory()
@Stability(value=Stable) @NotNull FileSet getFileSet()
@Stability(value=Stable) static FileSetLocation.Builder builder()
FileSetLocation.Builder of FileSetLocationCopyright © 2022. All rights reserved.