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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VersionControlInfo.BuilderversionControlConfigurationTimeStamp(String versionControlConfigurationTimeStamp)The time when the version control system was last configured.VersionControlInfo.BuilderversionControlType(String versionControlType)The type of version control.VersionControlInfo.BuilderversionControlType(VersionControlType versionControlType)The type of version control.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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
VersionControlInfo.Builder versionControlType(String 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,VersionControlType
-
versionControlType
VersionControlInfo.Builder versionControlType(VersionControlType 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,VersionControlType
-
-