Interface TermRelations.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TermRelations.Builder,
,TermRelations> SdkBuilder<TermRelations.Builder,
,TermRelations> SdkPojo
- Enclosing class:
TermRelations
@Mutable
@NotThreadSafe
public static interface TermRelations.Builder
extends SdkPojo, CopyableBuilder<TermRelations.Builder,TermRelations>
-
Method Summary
Modifier and TypeMethodDescriptionclassifies
(String... classifies) The classifies of the term relations.classifies
(Collection<String> classifies) The classifies of the term relations.TheisA
property of the term relations.isA
(Collection<String> isA) TheisA
property 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
The
isA
property of the term relations.- Parameters:
isA
- TheisA
property of the term relations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isA
The
isA
property of the term relations.- Parameters:
isA
- TheisA
property of the term relations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-