| Package | Description |
|---|---|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
S3Location.clone() |
S3Location |
ToolchainSource.getS3()
The Amazon S3 bucket where the toolchain template file provided with the project request is stored.
|
S3Location |
CodeSource.getS3()
Information about the Amazon S3 location where the source code files provided with the project request are
stored.
|
S3Location |
S3Location.withBucketKey(String bucketKey)
The Amazon S3 object key where the source code files provided with the project request are stored.
|
S3Location |
S3Location.withBucketName(String bucketName)
The Amazon S3 bucket name where the source code files provided with the project request are stored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ToolchainSource.setS3(S3Location s3)
The Amazon S3 bucket where the toolchain template file provided with the project request is stored.
|
void |
CodeSource.setS3(S3Location s3)
Information about the Amazon S3 location where the source code files provided with the project request are
stored.
|
ToolchainSource |
ToolchainSource.withS3(S3Location s3)
The Amazon S3 bucket where the toolchain template file provided with the project request is stored.
|
CodeSource |
CodeSource.withS3(S3Location s3)
Information about the Amazon S3 location where the source code files provided with the project request are
stored.
|
Copyright © 2024. All rights reserved.