public static interface SchemaAttribute.Builder extends SdkPojo, CopyableBuilder<SchemaAttribute.Builder,SchemaAttribute>
| Modifier and Type | Method and Description |
|---|---|
SchemaAttribute.Builder |
attributeName(String attributeName)
The name of the dataset field.
|
SchemaAttribute.Builder |
attributeType(AttributeType attributeType)
The data type of the field.
|
SchemaAttribute.Builder |
attributeType(String attributeType)
The data type of the field.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSchemaAttribute.Builder attributeName(String attributeName)
The name of the dataset field.
attributeName - The name of the dataset field.SchemaAttribute.Builder attributeType(String attributeType)
The data type of the field.
attributeType - The data type of the field.AttributeType,
AttributeTypeSchemaAttribute.Builder attributeType(AttributeType attributeType)
The data type of the field.
attributeType - The data type of the field.AttributeType,
AttributeTypeCopyright © 2020. All rights reserved.