@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.533Z") @Stability(value=Stable) 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()
The date the currently last commit on the tracked branch was authored, in ISO-8601 format.
|
String |
getBranchName()
The name of the branch this action tracks.
|
String |
getCommitId()
The SHA1 hash of the currently last commit on the tracked branch.
|
String |
getCommitMessage()
The message of the currently last commit on the tracked branch.
|
String |
getConnectionArn()
The connection ARN this source uses.
|
String |
getFullRepositoryName()
The name of the repository this action points to.
|
@Stability(value=Stable) @NotNull String getAuthorDate()
@Stability(value=Stable) @NotNull String getBranchName()
@Stability(value=Stable) @NotNull String getCommitId()
@Stability(value=Stable) @NotNull String getCommitMessage()
@Stability(value=Stable) @NotNull String getConnectionArn()
@Stability(value=Stable) @NotNull String getFullRepositoryName()
@Stability(value=Stable) static CodeStarSourceVariables.Builder builder()
CodeStarSourceVariables.Builder of CodeStarSourceVariablesCopyright © 2022. All rights reserved.