Interface GitPropertiesPatch.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GitPropertiesPatch.Builder,,GitPropertiesPatch> SdkBuilder<GitPropertiesPatch.Builder,,GitPropertiesPatch> SdkPojo
- Enclosing class:
GitPropertiesPatch
@Mutable
@NotThreadSafe
public static interface GitPropertiesPatch.Builder
extends SdkPojo, CopyableBuilder<GitPropertiesPatch.Builder,GitPropertiesPatch>
-
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.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.
-
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.
-