| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
static Code.Builder |
Code.builder() |
Code.Builder |
Code.Builder.destination(CodeDestination destination)
The repository to be created in AWS CodeStar.
|
default Code.Builder |
Code.Builder.destination(Consumer<CodeDestination.Builder> destination)
The repository to be created in AWS CodeStar.
|
Code.Builder |
Code.Builder.source(CodeSource source)
The location where the source code files provided with the project request are stored.
|
default Code.Builder |
Code.Builder.source(Consumer<CodeSource.Builder> source)
The location where the source code files provided with the project request are stored.
|
Code.Builder |
Code.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Code.Builder> |
Code.serializableBuilderClass() |
Copyright © 2021. All rights reserved.