Interface RepositorySummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RepositorySummary.Builder,
,RepositorySummary> SdkBuilder<RepositorySummary.Builder,
,RepositorySummary> SdkPojo
- Enclosing class:
RepositorySummary
public static interface RepositorySummary.Builder
extends SdkPojo, CopyableBuilder<RepositorySummary.Builder,RepositorySummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the linked repository.connectionArn
(String connectionArn) The Amazon Resource Name (ARN) of the of your connection that connects Proton to your repository.The repository name.The repository provider.provider
(RepositoryProvider provider) The repository provider.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, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the linked repository.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the linked repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionArn
The Amazon Resource Name (ARN) of the of your connection that connects Proton to your repository.
- Parameters:
connectionArn
- The Amazon Resource Name (ARN) of the of your connection that connects Proton to your repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The repository name.
- Parameters:
name
- The repository name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provider
The repository provider.
- Parameters:
provider
- The repository provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
provider
The repository provider.
- Parameters:
provider
- The repository provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-