Interface GitMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GitMetadata.Builder,,GitMetadata> SdkBuilder<GitMetadata.Builder,,GitMetadata> SdkPojo
- Enclosing class:
GitMetadata
@Mutable
@NotThreadSafe
public static interface GitMetadata.Builder
extends SdkPojo, CopyableBuilder<GitMetadata.Builder,GitMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the Git branch.commitHash(String commitHash) The commit hash in the Git repository.commitMessage(String commitMessage) The commit message associated with the Git commit.committedAt(Instant committedAt) The timestamp of when the commit was made.connectionId(String connectionId) The identifier of the Git connection.The name of the file in the Git repository.repository(String repository) The name of the Git repository.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, sdkFieldNameToField, sdkFields
-
Method Details
-
connectionId
The identifier of the Git connection.
- Parameters:
connectionId- The identifier of the Git connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repository
The name of the Git repository.
- Parameters:
repository- The name of the Git repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
branch
The name of the Git branch.
- Parameters:
branch- The name of the Git branch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
commitHash
The commit hash in the Git repository.
- Parameters:
commitHash- The commit hash in the Git repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileName
The name of the file in the Git repository.
- Parameters:
fileName- The name of the file in the Git repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
committedAt
The timestamp of when the commit was made.
- Parameters:
committedAt- The timestamp of when the commit was made.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
commitMessage
The commit message associated with the Git commit.
- Parameters:
commitMessage- The commit message associated with the Git commit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-