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 SummaryModifier and TypeMethodDescriptionclassifies(String... classifies) The classifies of the term relations.classifies(Collection<String> classifies) The classifies of the term relations.TheisAproperty of the term relations.isA(Collection<String> isA) TheisAproperty of the term relations.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
classifiesThe 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.
 
- 
classifiesThe 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.
 
- 
isAThe isAproperty of the term relations.- Parameters:
- isA- The- isAproperty of the term relations.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
isAThe isAproperty of the term relations.- Parameters:
- isA- The- isAproperty of the term relations.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-