| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
static ToolchainSource.Builder |
ToolchainSource.builder() |
default ToolchainSource.Builder |
ToolchainSource.Builder.s3(Consumer<S3Location.Builder> s3)
The Amazon S3 bucket where the toolchain template file provided with the project request is stored.
|
ToolchainSource.Builder |
ToolchainSource.Builder.s3(S3Location s3)
The Amazon S3 bucket where the toolchain template file provided with the project request is stored.
|
ToolchainSource.Builder |
ToolchainSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ToolchainSource.Builder> |
ToolchainSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2020. All rights reserved.