@Stability(value=Experimental) public static final class SourceCodeVersion.Builder extends Object implements software.amazon.jsii.Builder<SourceCodeVersion>
SourceCodeVersion| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SourceCodeVersion |
build()
Builds the configured instance.
|
SourceCodeVersion.Builder |
type(String type)
Sets the value of
SourceCodeVersion.getType() |
SourceCodeVersion.Builder |
value(String value)
Sets the value of
SourceCodeVersion.getValue() |
@Stability(value=Experimental) public SourceCodeVersion.Builder type(String type)
SourceCodeVersion.getType()type - The type of version identifier. This parameter is required.this@Stability(value=Experimental) public SourceCodeVersion.Builder value(String value)
SourceCodeVersion.getValue()value - A source code version. This parameter is required.this@Stability(value=Experimental) public SourceCodeVersion build()
build in interface software.amazon.jsii.Builder<SourceCodeVersion>SourceCodeVersionNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.