Interface MetadataProperties.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<MetadataProperties.Builder,MetadataProperties>
,SdkBuilder<MetadataProperties.Builder,MetadataProperties>
,SdkPojo
- Enclosing class:
- MetadataProperties
public static interface MetadataProperties.Builder extends SdkPojo, CopyableBuilder<MetadataProperties.Builder,MetadataProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetadataProperties.Builder
commitId(String commitId)
The commit ID.MetadataProperties.Builder
generatedBy(String generatedBy)
The entity this entity was generated by.MetadataProperties.Builder
projectId(String projectId)
The project ID.MetadataProperties.Builder
repository(String repository)
The repository.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
commitId
MetadataProperties.Builder commitId(String commitId)
The commit ID.
- Parameters:
commitId
- The commit ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repository
MetadataProperties.Builder repository(String repository)
The repository.
- Parameters:
repository
- The repository.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
generatedBy
MetadataProperties.Builder generatedBy(String generatedBy)
The entity this entity was generated by.
- Parameters:
generatedBy
- The entity this entity was generated by.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectId
MetadataProperties.Builder projectId(String projectId)
The project ID.
- Parameters:
projectId
- The project ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-