| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
SubModule.Builder |
SubModule.Builder.absolutePath(String absolutePath)
The fully qualified path to the folder that contains the reference to the submodule.
|
static SubModule.Builder |
SubModule.builder() |
SubModule.Builder |
SubModule.Builder.commitId(String commitId)
The commit ID that contains the reference to the submodule.
|
SubModule.Builder |
SubModule.Builder.relativePath(String relativePath)
The relative path of the submodule from the folder where the query originated.
|
SubModule.Builder |
SubModule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SubModule.Builder> |
SubModule.serializableBuilderClass() |
Copyright © 2023. All rights reserved.