@Stability(value=Experimental) public static final class CopyOptions.Builder extends Object implements software.amazon.jsii.Builder<CopyOptions>
CopyOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CopyOptions |
build()
Builds the configured instance.
|
CopyOptions.Builder |
exclude(List<String> exclude)
Sets the value of
CopyOptions.getExclude() |
CopyOptions.Builder |
follow(SymlinkFollowMode follow)
Sets the value of
CopyOptions.getFollow() |
CopyOptions.Builder |
ignoreMode(IgnoreMode ignoreMode)
Sets the value of
CopyOptions.getIgnoreMode() |
@Stability(value=Experimental) public CopyOptions.Builder exclude(List<String> exclude)
CopyOptions.getExclude()exclude - Glob patterns to exclude from the copy.this@Stability(value=Experimental) public CopyOptions.Builder follow(SymlinkFollowMode follow)
CopyOptions.getFollow()follow - A strategy for how to handle symlinks.this@Stability(value=Experimental) public CopyOptions.Builder ignoreMode(IgnoreMode ignoreMode)
CopyOptions.getIgnoreMode()ignoreMode - The ignore behavior to use for exclude patterns.this@Stability(value=Experimental) public CopyOptions build()
build in interface software.amazon.jsii.Builder<CopyOptions>CopyOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.