| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location.Builder |
S3Location.Builder.bucketKey(String bucketKey)
The Amazon S3 object key where the source code files provided with the project request are stored.
|
S3Location.Builder |
S3Location.Builder.bucketName(String bucketName)
The Amazon S3 bucket name where the source code files provided with the project request are stored.
|
static S3Location.Builder |
S3Location.builder() |
S3Location.Builder |
S3Location.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Location.Builder> |
S3Location.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
default CodeSource.Builder |
CodeSource.Builder.s3(Consumer<S3Location.Builder> s3)
Information about the Amazon S3 location where the source code files provided with the project request are
stored.
|
Copyright © 2021. All rights reserved.