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