Interface RelationPattern.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RelationPattern.Builder,,RelationPattern> SdkBuilder<RelationPattern.Builder,,RelationPattern> SdkPojo
- Enclosing class:
RelationPattern
@Mutable
@NotThreadSafe
public static interface RelationPattern.Builder
extends SdkPojo, CopyableBuilder<RelationPattern.Builder,RelationPattern>
-
Method Summary
Modifier and TypeMethodDescriptionmaxPathLength(Integer maxPathLength) The number of hops to query.relationDirection(String relationDirection) The direction to query.relationDirection(RelationDirection relationDirection) The direction to query.relationType(String relationType) The type of relation to query.relationType(RelationType relationType) The type of relation to query.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
-
relationType
The type of relation to query.
- Parameters:
relationType- The type of relation to query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
relationType
The type of relation to query.
- Parameters:
relationType- The type of relation to query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
relationDirection
The direction to query.
- Parameters:
relationDirection- The direction to query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
relationDirection
The direction to query.
- Parameters:
relationDirection- The direction to query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxPathLength
The number of hops to query.
- Parameters:
maxPathLength- The number of hops to query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-