Interface GitLabRepositoryResource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GitLabRepositoryResource.Builder,,GitLabRepositoryResource> SdkBuilder<GitLabRepositoryResource.Builder,,GitLabRepositoryResource> SdkPojo
- Enclosing class:
GitLabRepositoryResource
@Mutable
@NotThreadSafe
public static interface GitLabRepositoryResource.Builder
extends SdkPojo, CopyableBuilder<GitLabRepositoryResource.Builder,GitLabRepositoryResource>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Name property for this object.The namespace (group or user path) that owns the project.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.
-
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.
-