public static interface SubModule.Builder extends SdkPojo, CopyableBuilder<SubModule.Builder,SubModule>
| Modifier and Type | Method and Description | 
|---|---|
SubModule.Builder | 
absolutePath(String absolutePath)
 The fully qualified path to the folder that contains the reference to the submodule. 
 | 
SubModule.Builder | 
commitId(String commitId)
 The commit ID that contains the reference to the submodule. 
 | 
SubModule.Builder | 
relativePath(String relativePath)
 The relative path of the submodule from the folder where the query originated. 
 | 
copyapplyMutation, buildSubModule.Builder commitId(String commitId)
The commit ID that contains the reference to the submodule.
commitId - The commit ID that contains the reference to the submodule.SubModule.Builder absolutePath(String absolutePath)
The fully qualified path to the folder that contains the reference to the submodule.
absolutePath - The fully qualified path to the folder that contains the reference to the submodule.SubModule.Builder relativePath(String relativePath)
The relative path of the submodule from the folder where the query originated.
relativePath - The relative path of the submodule from the folder where the query originated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.