Interface VersionControlInfo.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<VersionControlInfo.Builder,,VersionControlInfo> SdkBuilder<VersionControlInfo.Builder,,VersionControlInfo> SdkPojo
- Enclosing class:
 VersionControlInfo
public static interface VersionControlInfo.Builder
extends SdkPojo, CopyableBuilder<VersionControlInfo.Builder,VersionControlInfo> 
- 
Method Summary
Modifier and TypeMethodDescriptionversionControlConfigurationTimeStamp(String versionControlConfigurationTimeStamp) The time when the version control system was last configured.versionControlType(String versionControlType) The type of version control.versionControlType(VersionControlType versionControlType) The type of version control.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
versionControlConfigurationTimeStamp
VersionControlInfo.Builder versionControlConfigurationTimeStamp(String versionControlConfigurationTimeStamp) The time when the version control system was last configured.
- Parameters:
 versionControlConfigurationTimeStamp- The time when the version control system was last configured.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
versionControlType
The type of version control.
- Parameters:
 versionControlType- The type of version control.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
versionControlType
The type of version control.
- Parameters:
 versionControlType- The type of version control.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -