Interface GitLabRepositoryMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GitLabRepositoryMetadata.Builder,,GitLabRepositoryMetadata> SdkBuilder<GitLabRepositoryMetadata.Builder,,GitLabRepositoryMetadata> SdkPojo
- Enclosing class:
GitLabRepositoryMetadata
@Mutable
@NotThreadSafe
public static interface GitLabRepositoryMetadata.Builder
extends SdkPojo, CopyableBuilder<GitLabRepositoryMetadata.Builder,GitLabRepositoryMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionaccessType(String accessType) Sets the value of the AccessType property for this object.accessType(AccessType accessType) Sets the value of the AccessType property for this object.Sets the value of the Name property for this object.The namespace (group or user path) that owns the project.providerResourceId(String providerResourceId) Sets the value of the ProviderResourceId property for this object.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
-
name
Sets the value of the Name property for this object.- Parameters:
name- The new value for the Name property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providerResourceId
Sets the value of the ProviderResourceId property for this object.- Parameters:
providerResourceId- The new value for the ProviderResourceId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
The namespace (group or user path) that owns the project.
- Parameters:
namespace- The namespace (group or user path) that owns the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessType
Sets the value of the AccessType property for this object.- Parameters:
accessType- The new value for the AccessType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accessType
Sets the value of the AccessType property for this object.- Parameters:
accessType- The new value for the AccessType property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-