| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline |
| Modifier and Type | Method and Description |
|---|---|
static GitHubSourceActionProps.Builder |
GitHubSourceActionProps.builder() |
GitHubSourceActionProps.Builder |
GitHubSourceActionProps.Builder.withBranch(String value)
Sets the value of Branch
|
GitHubSourceActionProps.Builder |
GitHubSourceActionProps.Builder.withOauthToken(software.amazon.awscdk.Secret value)
Sets the value of OauthToken
|
GitHubSourceActionProps.Builder |
GitHubSourceActionProps.Builder.withOutputArtifactName(String value)
Sets the value of OutputArtifactName
|
GitHubSourceActionProps.Builder |
GitHubSourceActionProps.Builder.withOwner(String value)
Sets the value of Owner
|
GitHubSourceActionProps.Builder |
GitHubSourceActionProps.Builder.withPollForSourceChanges(Boolean value)
Sets the value of PollForSourceChanges
|
GitHubSourceActionProps.Builder |
GitHubSourceActionProps.Builder.withRepo(String value)
Sets the value of Repo
|
GitHubSourceActionProps.Builder |
GitHubSourceActionProps.Builder.withRunOrder(Number value)
Sets the value of RunOrder
|
GitHubSourceActionProps.Builder |
GitHubSourceActionProps.Builder.withStage(software.amazon.awscdk.services.codepipeline.api.IStage value)
Sets the value of Stage
|
Copyright © 2018. All rights reserved.