Interface GitHubRepositoryMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GitHubRepositoryMetadata.Builder,,GitHubRepositoryMetadata> SdkBuilder<GitHubRepositoryMetadata.Builder,,GitHubRepositoryMetadata> SdkPojo
- Enclosing class:
GitHubRepositoryMetadata
@Mutable
@NotThreadSafe
public static interface GitHubRepositoryMetadata.Builder
extends SdkPojo, CopyableBuilder<GitHubRepositoryMetadata.Builder,GitHubRepositoryMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionaccessType(String accessType) Access / Visibility Type of the integrated resourceaccessType(AccessType accessType) Access / Visibility Type of the integrated resourceName of the resource e.g.Owner of the repositoryproviderResourceId(String providerResourceId) Unique resource identifier from the vendorMethods 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
-
name
Name of the resource e.g. repository name, etc
- Parameters:
name- Name of the resource e.g. repository name, etc- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providerResourceId
Unique resource identifier from the vendor
- Parameters:
providerResourceId- Unique resource identifier from the vendor- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owner
Owner of the repository
- Parameters:
owner- Owner of the repository- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessType
Access / Visibility Type of the integrated resource
- Parameters:
accessType- Access / Visibility Type of the integrated resource- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accessType
Access / Visibility Type of the integrated resource
- Parameters:
accessType- Access / Visibility Type of the integrated resource- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-