Interface InsightImpactGraphEdge.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InsightImpactGraphEdge.Builder,InsightImpactGraphEdge>,SdkBuilder<InsightImpactGraphEdge.Builder,InsightImpactGraphEdge>,SdkPojo
- Enclosing class:
- InsightImpactGraphEdge
@Mutable @NotThreadSafe public static interface InsightImpactGraphEdge.Builder extends SdkPojo, CopyableBuilder<InsightImpactGraphEdge.Builder,InsightImpactGraphEdge>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InsightImpactGraphEdge.BuilderreferenceId(Integer referenceId)Identifier of the edge.-
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
-
referenceId
InsightImpactGraphEdge.Builder referenceId(Integer referenceId)
Identifier of the edge. Unique within a service map.
- Parameters:
referenceId- Identifier of the edge. Unique within a service map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-