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
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 Details
-
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.
-