Interface GitPropertiesInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GitPropertiesInput.Builder,,GitPropertiesInput> SdkBuilder<GitPropertiesInput.Builder,,GitPropertiesInput> SdkPojo
- Enclosing class:
GitPropertiesInput
@Mutable
@NotThreadSafe
public static interface GitPropertiesInput.Builder
extends SdkPojo, CopyableBuilder<GitPropertiesInput.Builder,GitPropertiesInput>
-
Method Summary
Modifier and TypeMethodDescriptioncodeConnectionArn(String codeConnectionArn) The ARN of the CodeConnections connection used to connect to the Git repository.defaultBranch(String defaultBranch) The default branch of the Git repository.repositoryId(String repositoryId) The ID 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
-
codeConnectionArn
The ARN of the CodeConnections connection used to connect to the Git repository.
- Parameters:
codeConnectionArn- The ARN of the CodeConnections connection used to connect to the Git repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryId
The ID of the Git repository. This is the owner and repository name, for example, owner/repo-name.
- Parameters:
repositoryId- The ID of the Git repository. This is the owner and repository name, for example, owner/repo-name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultBranch
The default branch of the Git repository.
- Parameters:
defaultBranch- The default branch of the Git repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-