Interface IntegratedRepository.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IntegratedRepository.Builder,,IntegratedRepository> SdkBuilder<IntegratedRepository.Builder,,IntegratedRepository> SdkPojo
- Enclosing class:
IntegratedRepository
@Mutable
@NotThreadSafe
public static interface IntegratedRepository.Builder
extends SdkPojo, CopyableBuilder<IntegratedRepository.Builder,IntegratedRepository>
-
Method Summary
Modifier and TypeMethodDescriptionintegrationId(String integrationId) The unique identifier of the integration that provides access to the repository.providerResourceId(String providerResourceId) The provider-specific resource identifier for the 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
-
integrationId
The unique identifier of the integration that provides access to the repository.
- Parameters:
integrationId- The unique identifier of the integration that provides access to the repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providerResourceId
The provider-specific resource identifier for the repository.
- Parameters:
providerResourceId- The provider-specific resource identifier for the repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-