@Stability(value=Stable) public static final class AddDirectoryOptions.Builder extends Object implements software.amazon.jsii.Builder<AddDirectoryOptions>
AddDirectoryOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AddDirectoryOptions |
build()
Builds the configured instance.
|
AddDirectoryOptions.Builder |
exclude(List<String> exclude)
Sets the value of
AddDirectoryOptions.getExclude() |
AddDirectoryOptions.Builder |
keyPrefix(String keyPrefix)
Sets the value of
AddDirectoryOptions.getKeyPrefix() |
@Stability(value=Stable) public AddDirectoryOptions.Builder exclude(List<String> exclude)
AddDirectoryOptions.getExclude()exclude - Glob patterns to exclude when adding files.this@Stability(value=Stable) public AddDirectoryOptions.Builder keyPrefix(String keyPrefix)
AddDirectoryOptions.getKeyPrefix()keyPrefix - A prefix to add to all keys in the config map.this@Stability(value=Stable) public AddDirectoryOptions build()
build in interface software.amazon.jsii.Builder<AddDirectoryOptions>AddDirectoryOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.