| Package | Description |
|---|---|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
Toolchain |
Toolchain.addStackParametersEntry(String key,
String value)
Add a single StackParameters entry
|
Toolchain |
Toolchain.clearStackParametersEntries()
Removes all the entries added into StackParameters.
|
Toolchain |
Toolchain.clone() |
Toolchain |
CreateProjectRequest.getToolchain()
The name of the toolchain template file submitted with the project request.
|
Toolchain |
Toolchain.withRoleArn(String roleArn)
The service role ARN for AWS CodeStar to use for the toolchain template during stack provisioning.
|
Toolchain |
Toolchain.withSource(ToolchainSource source)
The Amazon S3 location where the toolchain template file provided with the project request is stored.
|
Toolchain |
Toolchain.withStackParameters(Map<String,String> stackParameters)
The list of parameter overrides to be passed into the toolchain template during stack provisioning, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateProjectRequest.setToolchain(Toolchain toolchain)
The name of the toolchain template file submitted with the project request.
|
CreateProjectRequest |
CreateProjectRequest.withToolchain(Toolchain toolchain)
The name of the toolchain template file submitted with the project request.
|
Copyright © 2021. All rights reserved.