@Stability(value=Experimental) public static final class ArtifactoryBackendProps.Builder extends Object implements software.amazon.jsii.Builder<ArtifactoryBackendProps>
ArtifactoryBackendProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ArtifactoryBackendProps |
build()
Builds the configured instance.
|
ArtifactoryBackendProps.Builder |
password(String password)
Sets the value of
ArtifactoryBackendProps.getPassword() |
ArtifactoryBackendProps.Builder |
repo(String repo)
Sets the value of
ArtifactoryBackendProps.getRepo() |
ArtifactoryBackendProps.Builder |
subpath(String subpath)
Sets the value of
ArtifactoryBackendProps.getSubpath() |
ArtifactoryBackendProps.Builder |
url(String url)
Sets the value of
ArtifactoryBackendProps.getUrl() |
ArtifactoryBackendProps.Builder |
username(String username)
Sets the value of
ArtifactoryBackendProps.getUsername() |
@Stability(value=Experimental) public ArtifactoryBackendProps.Builder password(String password)
ArtifactoryBackendProps.getPassword()
password
- (Required) - The password. This parameter is required.this
@Stability(value=Experimental) public ArtifactoryBackendProps.Builder repo(String repo)
ArtifactoryBackendProps.getRepo()
repo
- (Required) - The repository name. This parameter is required.this
@Stability(value=Experimental) public ArtifactoryBackendProps.Builder subpath(String subpath)
ArtifactoryBackendProps.getSubpath()
subpath
- (Required) - Path within the repository. This parameter is required.this
@Stability(value=Experimental) public ArtifactoryBackendProps.Builder url(String url)
ArtifactoryBackendProps.getUrl()
url
- (Required) - The URL. This parameter is required.
Note that this is the base url to artifactory not the full repo and subpath.this
@Stability(value=Experimental) public ArtifactoryBackendProps.Builder username(String username)
ArtifactoryBackendProps.getUsername()
username
- (Required) - The username. This parameter is required.this
@Stability(value=Experimental) public ArtifactoryBackendProps build()
build
in interface software.amazon.jsii.Builder<ArtifactoryBackendProps>
ArtifactoryBackendProps
NullPointerException
- if any required attribute was not providedCopyright © 2022. All rights reserved.