Interface GitPropertiesOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GitPropertiesOutput.Builder,,GitPropertiesOutput> SdkBuilder<GitPropertiesOutput.Builder,,GitPropertiesOutput> SdkPojo
- Enclosing class:
GitPropertiesOutput
@Mutable
@NotThreadSafe
public static interface GitPropertiesOutput.Builder
extends SdkPojo, CopyableBuilder<GitPropertiesOutput.Builder,GitPropertiesOutput>
-
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.errorMessage(String errorMessage) The error message that describes why the Git connection failed.repositoryId(String repositoryId) The ID of the Git repository.The status of the Git connection.status(ConnectionStatus status) The status of the Git connection.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.
-
status
The status of the Git connection.
- Parameters:
status- The status of the Git connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the Git connection.
- Parameters:
status- The status of the Git connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorMessage
The error message that describes why the Git connection failed. This member is populated when the connection status is CREATE_FAILED or UPDATE_FAILED.
- Parameters:
errorMessage- The error message that describes why the Git connection failed. This member is populated when the connection status is CREATE_FAILED or UPDATE_FAILED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-