Interface BitbucketRepositoryMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BitbucketRepositoryMetadata.Builder,,BitbucketRepositoryMetadata> SdkBuilder<BitbucketRepositoryMetadata.Builder,,BitbucketRepositoryMetadata> SdkPojo
- Enclosing class:
BitbucketRepositoryMetadata
@Mutable
@NotThreadSafe
public static interface BitbucketRepositoryMetadata.Builder
extends SdkPojo, CopyableBuilder<BitbucketRepositoryMetadata.Builder,BitbucketRepositoryMetadata>
-
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.providerResourceId(String providerResourceId) Sets the value of the ProviderResourceId property for this object.The workspace slug that owns 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
-
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.
-
workspace
The workspace slug that owns the repository.
- Parameters:
workspace- The workspace slug that owns the repository.- 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:
-