@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:29:04.168Z")
public interface SourceCodeVersion
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.apprunner.*; SourceCodeVersion sourceCodeVersion = SourceCodeVersion.builder() .type("type") .value("value") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
SourceCodeVersion.Builder
A builder for
SourceCodeVersion |
static class |
SourceCodeVersion.Jsii$Proxy
An implementation for
SourceCodeVersion |
Modifier and Type | Method and Description |
---|---|
static SourceCodeVersion.Builder |
builder() |
java.lang.String |
getType()
(experimental) The type of version identifier.
|
java.lang.String |
getValue()
(experimental) A source code version.
|
java.lang.String getType()
java.lang.String getValue()
static SourceCodeVersion.Builder builder()
SourceCodeVersion.Builder
of SourceCodeVersion