@Stability(value=Experimental) public static final class JsiiDotNetTarget.Builder extends Object implements software.amazon.jsii.Builder<JsiiDotNetTarget>
JsiiDotNetTarget| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
JsiiDotNetTarget |
build()
Builds the configured instance.
|
JsiiDotNetTarget.Builder |
dotNetNamespace(String dotNetNamespace)
Sets the value of
JsiiDotNetTarget.getDotNetNamespace() |
JsiiDotNetTarget.Builder |
nugetApiKeySecret(String nugetApiKeySecret)
Sets the value of
NugetPublishOptions.getNugetApiKeySecret() |
JsiiDotNetTarget.Builder |
packageId(String packageId)
Sets the value of
JsiiDotNetTarget.getPackageId() |
@Stability(value=Experimental) public JsiiDotNetTarget.Builder dotNetNamespace(String dotNetNamespace)
JsiiDotNetTarget.getDotNetNamespace()dotNetNamespace - the value to be set. This parameter is required.this@Stability(value=Experimental) public JsiiDotNetTarget.Builder packageId(String packageId)
JsiiDotNetTarget.getPackageId()packageId - the value to be set. This parameter is required.this@Stability(value=Experimental) public JsiiDotNetTarget.Builder nugetApiKeySecret(String nugetApiKeySecret)
NugetPublishOptions.getNugetApiKeySecret()nugetApiKeySecret - GitHub secret which contains the API key for NuGet.this@Stability(value=Experimental) public JsiiDotNetTarget build()
build in interface software.amazon.jsii.Builder<JsiiDotNetTarget>JsiiDotNetTargetNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.