Interface GraphLink.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GraphLink.Builder,
,GraphLink> SdkBuilder<GraphLink.Builder,
,GraphLink> SdkPojo
- Enclosing class:
GraphLink
@Mutable
@NotThreadSafe
public static interface GraphLink.Builder
extends SdkPojo, CopyableBuilder<GraphLink.Builder,GraphLink>
-
Method Summary
Modifier and TypeMethodDescriptiondestinationTraceIds
(String... destinationTraceIds) Destination traces of a link relationship.destinationTraceIds
(Collection<String> destinationTraceIds) Destination traces of a link relationship.referenceType
(String referenceType) Relationship of a trace to the corresponding service.sourceTraceId
(String sourceTraceId) Source trace of a link relationship.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
-
referenceType
Relationship of a trace to the corresponding service.
- Parameters:
referenceType
- Relationship of a trace to the corresponding service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceTraceId
Source trace of a link relationship.
- Parameters:
sourceTraceId
- Source trace of a link relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationTraceIds
Destination traces of a link relationship.
- Parameters:
destinationTraceIds
- Destination traces of a link relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationTraceIds
Destination traces of a link relationship.
- Parameters:
destinationTraceIds
- Destination traces of a link relationship.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-