@Stability(value=Experimental) public static final class DependabotIgnore.Builder extends Object implements software.amazon.jsii.Builder<DependabotIgnore>
DependabotIgnore| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DependabotIgnore |
build()
Builds the configured instance.
|
DependabotIgnore.Builder |
dependencyName(String dependencyName)
Sets the value of
DependabotIgnore.getDependencyName() |
DependabotIgnore.Builder |
versions(List<String> versions)
Sets the value of
DependabotIgnore.getVersions() |
@Stability(value=Experimental) public DependabotIgnore.Builder dependencyName(String dependencyName)
DependabotIgnore.getDependencyName()dependencyName - Use to ignore updates for dependencies with matching names, optionally using `*` to match zero or more characters. This parameter is required.
For Java dependencies, the format of the dependency-name attribute is:
groupId:artifactId, for example: org.kohsuke:github-api.this@Stability(value=Experimental) public DependabotIgnore.Builder versions(List<String> versions)
DependabotIgnore.getVersions()versions - Use to ignore specific versions or ranges of versions.
If you want to
define a range, use the standard pattern for the package manager (for
example: ^1.0.0 for npm, or ~> 2.0 for Bundler).this@Stability(value=Experimental) public DependabotIgnore build()
build in interface software.amazon.jsii.Builder<DependabotIgnore>DependabotIgnoreNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.