Interface DefinitionDocument.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DefinitionDocument.Builder,,- DefinitionDocument> - SdkBuilder<DefinitionDocument.Builder,,- DefinitionDocument> - SdkPojo
- Enclosing class:
- DefinitionDocument
@Mutable
@NotThreadSafe
public static interface DefinitionDocument.Builder
extends SdkPojo, CopyableBuilder<DefinitionDocument.Builder,DefinitionDocument> 
- 
Method SummaryModifier and TypeMethodDescriptionThe language used to define the entity.language(DefinitionLanguage language) The language used to define the entity.The GraphQL text that defines the entity.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- 
languageThe language used to define the entity. GRAPHQLis the only valid value.- Parameters:
- language- The language used to define the entity.- GRAPHQLis the only valid value.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
languageThe language used to define the entity. GRAPHQLis the only valid value.- Parameters:
- language- The language used to define the entity.- GRAPHQLis the only valid value.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
textThe GraphQL text that defines the entity. - Parameters:
- text- The GraphQL text that defines the entity.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-