@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:04.851Z") @Stability(value=Experimental) public interface CodeStarSourceVariables extends software.amazon.jsii.JsiiSerializable
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.codepipeline.actions.*;
CodeStarSourceVariables codeStarSourceVariables = CodeStarSourceVariables.builder()
.authorDate("authorDate")
.branchName("branchName")
.commitId("commitId")
.commitMessage("commitMessage")
.connectionArn("connectionArn")
.fullRepositoryName("fullRepositoryName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CodeStarSourceVariables.Builder
A builder for
CodeStarSourceVariables |
static class |
CodeStarSourceVariables.Jsii$Proxy
An implementation for
CodeStarSourceVariables |
| Modifier and Type | Method and Description |
|---|---|
static CodeStarSourceVariables.Builder |
builder() |
String |
getAuthorDate()
(experimental) The date the currently last commit on the tracked branch was authored, in ISO-8601 format.
|
String |
getBranchName()
(experimental) The name of the branch this action tracks.
|
String |
getCommitId()
(experimental) The SHA1 hash of the currently last commit on the tracked branch.
|
String |
getCommitMessage()
(experimental) The message of the currently last commit on the tracked branch.
|
String |
getConnectionArn()
(experimental) The connection ARN this source uses.
|
String |
getFullRepositoryName()
(experimental) The name of the repository this action points to.
|
@Stability(value=Experimental) @NotNull String getAuthorDate()
@Stability(value=Experimental) @NotNull String getBranchName()
@Stability(value=Experimental) @NotNull String getCommitId()
@Stability(value=Experimental) @NotNull String getCommitMessage()
@Stability(value=Experimental) @NotNull String getConnectionArn()
@Stability(value=Experimental) @NotNull String getFullRepositoryName()
@Stability(value=Experimental) static CodeStarSourceVariables.Builder builder()
CodeStarSourceVariables.Builder of CodeStarSourceVariablesCopyright © 2022. All rights reserved.