| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
static Toolchain.Builder |
Toolchain.builder() |
Toolchain.Builder |
Toolchain.Builder.roleArn(String roleArn)
The service role ARN for AWS CodeStar to use for the toolchain template during stack provisioning.
|
default Toolchain.Builder |
Toolchain.Builder.source(Consumer<ToolchainSource.Builder> source)
The Amazon S3 location where the toolchain template file provided with the project request is stored.
|
Toolchain.Builder |
Toolchain.Builder.source(ToolchainSource source)
The Amazon S3 location where the toolchain template file provided with the project request is stored.
|
Toolchain.Builder |
Toolchain.Builder.stackParameters(Map<String,String> stackParameters)
The list of parameter overrides to be passed into the toolchain template during stack provisioning, if any.
|
Toolchain.Builder |
Toolchain.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Toolchain.Builder> |
Toolchain.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateProjectRequest.Builder |
CreateProjectRequest.Builder.toolchain(Consumer<Toolchain.Builder> toolchain)
The name of the toolchain template file submitted with the project request.
|
Copyright © 2019. All rights reserved.