@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:58.563Z") @Stability(value=Experimental) 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()
(experimental) The (relative) directory where the FileSet is found.
|
FileSet |
getFileSet()
(experimental) The FileSet object.
|
@Stability(value=Experimental) @NotNull String getDirectory()
@Stability(value=Experimental) @NotNull FileSet getFileSet()
@Stability(value=Experimental) static FileSetLocation.Builder builder()
FileSetLocation.Builder of FileSetLocationCopyright © 2022. All rights reserved.