Interface SubModule.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SubModule.Builder,SubModule>,SdkBuilder<SubModule.Builder,SubModule>,SdkPojo
- Enclosing class:
- SubModule
public static interface SubModule.Builder extends SdkPojo, CopyableBuilder<SubModule.Builder,SubModule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubModule.BuilderabsolutePath(String absolutePath)The fully qualified path to the folder that contains the reference to the submodule.SubModule.BuildercommitId(String commitId)The commit ID that contains the reference to the submodule.SubModule.BuilderrelativePath(String relativePath)The relative path of the submodule from the folder where the query originated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
commitId
SubModule.Builder commitId(String commitId)
The commit ID that contains the reference to the submodule.
- Parameters:
commitId- The commit ID that contains the reference to the submodule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
absolutePath
SubModule.Builder absolutePath(String absolutePath)
The fully qualified path to the folder that contains the reference to the submodule.
- Parameters:
absolutePath- The fully qualified path to the folder that contains the reference to the submodule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relativePath
SubModule.Builder relativePath(String relativePath)
The relative path of the submodule from the folder where the query originated.
- Parameters:
relativePath- The relative path of the submodule from the folder where the query originated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-