Package software.amazon.awscdk.assets
Class CopyOptions.Builder
java.lang.Object
software.amazon.awscdk.assets.CopyOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CopyOptions>
- Enclosing interface:
- CopyOptions
@Stability(Deprecated)
@Deprecated
public static final class CopyOptions.Builder
extends Object
implements software.amazon.jsii.Builder<CopyOptions>
Deprecated.
A builder for
CopyOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.Deprecated.follow(FollowMode follow) Deprecated.use `followSymlinks` insteadignoreMode(IgnoreMode ignoreMode) Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
exclude
Deprecated.Sets the value ofCopyOptions.getExclude()- Parameters:
exclude- Glob patterns to exclude from the copy.- Returns:
this
-
follow
Deprecated.use `followSymlinks` insteadSets the value ofCopyOptions.getFollow()- Parameters:
follow- A strategy for how to handle symlinks.- Returns:
this
-
ignoreMode
Deprecated.Sets the value ofCopyOptions.getIgnoreMode()- Parameters:
ignoreMode- The ignore behavior to use for exclude patterns.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CopyOptions>- Returns:
- a new instance of
CopyOptions - Throws:
NullPointerException- if any required attribute was not provided
-