Class DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.document_ai_warehouse_document_schema.DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.121Z") @Stability(Stable) public class DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute, Number complexObjectIndex, Boolean complexObjectIsFromSet)protectedDocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsOutputReference
protected DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsOutputReference
protected DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsOutputReference
@Stability(Stable) public DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute, @NotNull Number complexObjectIndex, @NotNull Boolean complexObjectIsFromSet)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.complexObjectIndex- the index of this item in the list. This parameter is required.complexObjectIsFromSet- whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
-
-
Method Detail
-
putDateTimeTypeOptions
@Stability(Stable) public void putDateTimeTypeOptions(@NotNull DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsDateTimeTypeOptions value)- Parameters:
value- This parameter is required.
-
putEnumTypeOptions
@Stability(Stable) public void putEnumTypeOptions(@NotNull DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsEnumTypeOptions value)- Parameters:
value- This parameter is required.
-
putFloatTypeOptions
@Stability(Stable) public void putFloatTypeOptions(@NotNull DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsFloatTypeOptions value)- Parameters:
value- This parameter is required.
-
putIntegerTypeOptions
@Stability(Stable) public void putIntegerTypeOptions(@NotNull DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsIntegerTypeOptions value)- Parameters:
value- This parameter is required.
-
putMapTypeOptions
@Stability(Stable) public void putMapTypeOptions(@NotNull DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsMapTypeOptions value)- Parameters:
value- This parameter is required.
-
putSchemaSources
@Stability(Stable) public void putSchemaSources(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putTextTypeOptions
@Stability(Stable) public void putTextTypeOptions(@NotNull DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsTextTypeOptions value)- Parameters:
value- This parameter is required.
-
putTimestampTypeOptions
@Stability(Stable) public void putTimestampTypeOptions(@NotNull DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsTimestampTypeOptions value)- Parameters:
value- This parameter is required.
-
resetDateTimeTypeOptions
@Stability(Stable) public void resetDateTimeTypeOptions()
-
resetDisplayName
@Stability(Stable) public void resetDisplayName()
-
resetEnumTypeOptions
@Stability(Stable) public void resetEnumTypeOptions()
-
resetFloatTypeOptions
@Stability(Stable) public void resetFloatTypeOptions()
-
resetIntegerTypeOptions
@Stability(Stable) public void resetIntegerTypeOptions()
-
resetIsFilterable
@Stability(Stable) public void resetIsFilterable()
-
resetIsMetadata
@Stability(Stable) public void resetIsMetadata()
-
resetIsRepeatable
@Stability(Stable) public void resetIsRepeatable()
-
resetIsRequired
@Stability(Stable) public void resetIsRequired()
-
resetIsSearchable
@Stability(Stable) public void resetIsSearchable()
-
resetMapTypeOptions
@Stability(Stable) public void resetMapTypeOptions()
-
resetRetrievalImportance
@Stability(Stable) public void resetRetrievalImportance()
-
resetSchemaSources
@Stability(Stable) public void resetSchemaSources()
-
resetTextTypeOptions
@Stability(Stable) public void resetTextTypeOptions()
-
resetTimestampTypeOptions
@Stability(Stable) public void resetTimestampTypeOptions()
-
getDateTimeTypeOptions
@Stability(Stable) @NotNull public DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsDateTimeTypeOptionsOutputReference getDateTimeTypeOptions()
-
getEnumTypeOptions
@Stability(Stable) @NotNull public DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsEnumTypeOptionsOutputReference getEnumTypeOptions()
-
getFloatTypeOptions
@Stability(Stable) @NotNull public DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsFloatTypeOptionsOutputReference getFloatTypeOptions()
-
getIntegerTypeOptions
@Stability(Stable) @NotNull public DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsIntegerTypeOptionsOutputReference getIntegerTypeOptions()
-
getMapTypeOptions
@Stability(Stable) @NotNull public DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsMapTypeOptionsOutputReference getMapTypeOptions()
-
getSchemaSources
@Stability(Stable) @NotNull public DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsSchemaSourcesList getSchemaSources()
-
getTextTypeOptions
@Stability(Stable) @NotNull public DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsTextTypeOptionsOutputReference getTextTypeOptions()
-
getTimestampTypeOptions
@Stability(Stable) @NotNull public DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsTimestampTypeOptionsOutputReference getTimestampTypeOptions()
-
getDateTimeTypeOptionsInput
@Stability(Stable) @Nullable public DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsDateTimeTypeOptions getDateTimeTypeOptionsInput()
-
getDisplayNameInput
@Stability(Stable) @Nullable public String getDisplayNameInput()
-
getEnumTypeOptionsInput
@Stability(Stable) @Nullable public DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsEnumTypeOptions getEnumTypeOptionsInput()
-
getFloatTypeOptionsInput
@Stability(Stable) @Nullable public DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsFloatTypeOptions getFloatTypeOptionsInput()
-
getIntegerTypeOptionsInput
@Stability(Stable) @Nullable public DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsIntegerTypeOptions getIntegerTypeOptionsInput()
-
getIsFilterableInput
@Stability(Stable) @Nullable public Object getIsFilterableInput()
-
getIsMetadataInput
@Stability(Stable) @Nullable public Object getIsMetadataInput()
-
getIsRepeatableInput
@Stability(Stable) @Nullable public Object getIsRepeatableInput()
-
getIsRequiredInput
@Stability(Stable) @Nullable public Object getIsRequiredInput()
-
getIsSearchableInput
@Stability(Stable) @Nullable public Object getIsSearchableInput()
-
getMapTypeOptionsInput
@Stability(Stable) @Nullable public DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsMapTypeOptions getMapTypeOptionsInput()
-
getNameInput
@Stability(Stable) @Nullable public String getNameInput()
-
getRetrievalImportanceInput
@Stability(Stable) @Nullable public String getRetrievalImportanceInput()
-
getSchemaSourcesInput
@Stability(Stable) @Nullable public Object getSchemaSourcesInput()
-
getTextTypeOptionsInput
@Stability(Stable) @Nullable public DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsTextTypeOptions getTextTypeOptionsInput()
-
getTimestampTypeOptionsInput
@Stability(Stable) @Nullable public DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitionsTimestampTypeOptions getTimestampTypeOptionsInput()
-
getDisplayName
@Stability(Stable) @NotNull public String getDisplayName()
-
setDisplayName
@Stability(Stable) public void setDisplayName(@NotNull String value)
-
getIsFilterable
@Stability(Stable) @NotNull public Object getIsFilterable()
-
setIsFilterable
@Stability(Stable) public void setIsFilterable(@NotNull Boolean value)
-
setIsFilterable
@Stability(Stable) public void setIsFilterable(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getIsMetadata
@Stability(Stable) @NotNull public Object getIsMetadata()
-
setIsMetadata
@Stability(Stable) public void setIsMetadata(@NotNull Boolean value)
-
setIsMetadata
@Stability(Stable) public void setIsMetadata(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getIsRepeatable
@Stability(Stable) @NotNull public Object getIsRepeatable()
-
setIsRepeatable
@Stability(Stable) public void setIsRepeatable(@NotNull Boolean value)
-
setIsRepeatable
@Stability(Stable) public void setIsRepeatable(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getIsRequired
@Stability(Stable) @NotNull public Object getIsRequired()
-
setIsRequired
@Stability(Stable) public void setIsRequired(@NotNull Boolean value)
-
setIsRequired
@Stability(Stable) public void setIsRequired(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getIsSearchable
@Stability(Stable) @NotNull public Object getIsSearchable()
-
setIsSearchable
@Stability(Stable) public void setIsSearchable(@NotNull Boolean value)
-
setIsSearchable
@Stability(Stable) public void setIsSearchable(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getName
@Stability(Stable) @NotNull public String getName()
-
setName
@Stability(Stable) public void setName(@NotNull String value)
-
getRetrievalImportance
@Stability(Stable) @NotNull public String getRetrievalImportance()
-
setRetrievalImportance
@Stability(Stable) public void setRetrievalImportance(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public Object getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable com.hashicorp.cdktf.IResolvable value)
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DocumentAiWarehouseDocumentSchemaPropertyDefinitionsPropertyTypeOptionsPropertyDefinitions value)
-
-