Uses of Interface
software.amazon.awssdk.services.codecommit.model.SubModule.Builder
-
Packages that use SubModule.Builder Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of SubModule.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return SubModule.Builder Modifier and Type Method Description SubModule.BuilderSubModule.Builder. absolutePath(String absolutePath)The fully qualified path to the folder that contains the reference to the submodule.static SubModule.BuilderSubModule. builder()SubModule.BuilderSubModule.Builder. commitId(String commitId)The commit ID that contains the reference to the submodule.SubModule.BuilderSubModule.Builder. relativePath(String relativePath)The relative path of the submodule from the folder where the query originated.SubModule.BuilderSubModule. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type SubModule.Builder Modifier and Type Method Description static Class<? extends SubModule.Builder>SubModule. serializableBuilderClass()
-