Interface CodeRepositoryDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CodeRepositoryDetails.Builder,
,CodeRepositoryDetails> SdkBuilder<CodeRepositoryDetails.Builder,
,CodeRepositoryDetails> SdkPojo
- Enclosing class:
CodeRepositoryDetails
@Mutable
@NotThreadSafe
public static interface CodeRepositoryDetails.Builder
extends SdkPojo, CopyableBuilder<CodeRepositoryDetails.Builder,CodeRepositoryDetails>
-
Method Summary
Modifier and TypeMethodDescriptionintegrationArn
(String integrationArn) The Amazon Resource Name (ARN) of the code security integration associated with the repository.projectName
(String projectName) The name of the project in the code repository.providerType
(String providerType) The type of repository provider (such as GitHub, GitLab, etc.).providerType
(CodeRepositoryProviderType providerType) The type of repository provider (such as GitHub, GitLab, etc.).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 Details
-
integrationArn
The Amazon Resource Name (ARN) of the code security integration associated with the repository.
- Parameters:
integrationArn
- The Amazon Resource Name (ARN) of the code security integration associated with the repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectName
The name of the project in the code repository.
- Parameters:
projectName
- The name of the project in the code repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providerType
The type of repository provider (such as GitHub, GitLab, etc.).
- Parameters:
providerType
- The type of repository provider (such as GitHub, GitLab, etc.).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
providerType
The type of repository provider (such as GitHub, GitLab, etc.).
- Parameters:
providerType
- The type of repository provider (such as GitHub, GitLab, etc.).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-