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