@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.133Z") @Stability(value=Stable) public interface FileCodeOptions 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.services.cloudfront.*;
FileCodeOptions fileCodeOptions = FileCodeOptions.builder()
.filePath("filePath")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
FileCodeOptions.Builder
A builder for
FileCodeOptions |
static class |
FileCodeOptions.Jsii$Proxy
An implementation for
FileCodeOptions |
| Modifier and Type | Method and Description |
|---|---|
static FileCodeOptions.Builder |
builder() |
String |
getFilePath()
The path of the file to read the code from.
|
@Stability(value=Stable) @NotNull String getFilePath()
@Stability(value=Stable) static FileCodeOptions.Builder builder()
FileCodeOptions.Builder of FileCodeOptionsCopyright © 2022. All rights reserved.