Interface ProvenanceSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProvenanceSummary.Builder,,ProvenanceSummary> SdkBuilder<ProvenanceSummary.Builder,,ProvenanceSummary> SdkPojo
- Enclosing class:
ProvenanceSummary
@Mutable
@NotThreadSafe
public static interface ProvenanceSummary.Builder
extends SdkPojo, CopyableBuilder<ProvenanceSummary.Builder,ProvenanceSummary>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Relation property for this object.relation(ProvenanceRelation relation) Sets the value of the Relation property for this object.The identifier of the upstream source that the registry record was detected from.sourceType(String sourceType) The type of the upstream source that the registry record was detected from.sourceType(SourceType sourceType) The type of the upstream source that the registry record was detected from.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
-
relation
Sets the value of the Relation property for this object.- Parameters:
relation- The new value for the Relation property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
relation
Sets the value of the Relation property for this object.- Parameters:
relation- The new value for the Relation property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceId
The identifier of the upstream source that the registry record was detected from.
- Parameters:
sourceId- The identifier of the upstream source that the registry record was detected from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceType
The type of the upstream source that the registry record was detected from.
- Parameters:
sourceType- The type of the upstream source that the registry record was detected from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceType
The type of the upstream source that the registry record was detected from.
- Parameters:
sourceType- The type of the upstream source that the registry record was detected from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-