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