Interface TermRelations.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TermRelations.Builder,TermRelations>,SdkBuilder<TermRelations.Builder,TermRelations>,SdkPojo
- Enclosing class:
- TermRelations
public static interface TermRelations.Builder extends SdkPojo, CopyableBuilder<TermRelations.Builder,TermRelations>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TermRelations.Builderclassifies(String... classifies)The classifies of the term relations.TermRelations.Builderclassifies(Collection<String> classifies)The classifies of the term relations.TermRelations.BuilderisA(String... isA)TheisAproperty of the term relations.TermRelations.BuilderisA(Collection<String> isA)TheisAproperty of the term relations.-
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, sdkFields
-
-
-
-
Method Detail
-
classifies
TermRelations.Builder classifies(Collection<String> classifies)
The classifies of the term relations.
- Parameters:
classifies- The classifies of the term relations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
classifies
TermRelations.Builder classifies(String... classifies)
The classifies of the term relations.
- Parameters:
classifies- The classifies of the term relations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isA
TermRelations.Builder isA(Collection<String> isA)
The
isAproperty of the term relations.- Parameters:
isA- TheisAproperty of the term relations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isA
TermRelations.Builder isA(String... isA)
The
isAproperty of the term relations.- Parameters:
isA- TheisAproperty of the term relations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-