Interface EdgePropertySummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EdgePropertySummary.Builder,,EdgePropertySummary> SdkBuilder<EdgePropertySummary.Builder,,EdgePropertySummary> SdkPojo
- Enclosing class:
EdgePropertySummary
@Mutable
@NotThreadSafe
public static interface EdgePropertySummary.Builder
extends SdkPojo, CopyableBuilder<EdgePropertySummary.Builder,EdgePropertySummary>
-
Method Summary
Modifier and TypeMethodDescriptionHuman-readable relationship description.topologyType(String topologyType) The topology type of the edge.topologyType(TopologyType topologyType) The topology type of the edge.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
-
topologyType
The topology type of the edge.
- Parameters:
topologyType- The topology type of the edge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
topologyType
The topology type of the edge.
- Parameters:
topologyType- The topology type of the edge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
label
Human-readable relationship description. Only present for LLM-inferred edges.
- Parameters:
label- Human-readable relationship description. Only present for LLM-inferred edges.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-