Class CfnIndexPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIndexPropsMixin>
- Enclosing class:
CfnIndexPropsMixin
CfnIndexPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) The identifier of the Amazon Q Business application using the index.build()capacityConfiguration(CfnIndexPropsMixin.IndexCapacityConfigurationProperty capacityConfiguration) The capacity units you want to provision for your index.capacityConfiguration(IResolvable capacityConfiguration) The capacity units you want to provision for your index.static CfnIndexPropsMixin.Buildercreate()static CfnIndexPropsMixin.Buildercreate(CfnPropertyMixinOptions options) description(String description) A description for the Amazon Q Business index.displayName(String displayName) The name of the index.documentAttributeConfigurations(List<? extends Object> documentAttributeConfigurations) Configuration information for document attributes.documentAttributeConfigurations(IResolvable documentAttributeConfigurations) Configuration information for document attributes.A list of key-value pairs that identify or categorize the index.The index type that's suitable for your needs.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnIndexPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnIndexPropsMixin.Builder.
-
applicationId
The identifier of the Amazon Q Business application using the index.- Parameters:
applicationId- The identifier of the Amazon Q Business application using the index. This parameter is required.- Returns:
this- See Also:
-
capacityConfiguration
@Stability(Stable) public CfnIndexPropsMixin.Builder capacityConfiguration(IResolvable capacityConfiguration) The capacity units you want to provision for your index.You can add and remove capacity to fit your usage needs.
- Parameters:
capacityConfiguration- The capacity units you want to provision for your index. This parameter is required.- Returns:
this- See Also:
-
capacityConfiguration
@Stability(Stable) public CfnIndexPropsMixin.Builder capacityConfiguration(CfnIndexPropsMixin.IndexCapacityConfigurationProperty capacityConfiguration) The capacity units you want to provision for your index.You can add and remove capacity to fit your usage needs.
- Parameters:
capacityConfiguration- The capacity units you want to provision for your index. This parameter is required.- Returns:
this- See Also:
-
description
A description for the Amazon Q Business index.- Parameters:
description- A description for the Amazon Q Business index. This parameter is required.- Returns:
this- See Also:
-
displayName
The name of the index.- Parameters:
displayName- The name of the index. This parameter is required.- Returns:
this- See Also:
-
documentAttributeConfigurations
@Stability(Stable) public CfnIndexPropsMixin.Builder documentAttributeConfigurations(IResolvable documentAttributeConfigurations) Configuration information for document attributes.Document attributes are metadata or fields associated with your documents. For example, the company department name associated with each document.
For more information, see Understanding document attributes .
- Parameters:
documentAttributeConfigurations- Configuration information for document attributes. This parameter is required.- Returns:
this- See Also:
-
documentAttributeConfigurations
@Stability(Stable) public CfnIndexPropsMixin.Builder documentAttributeConfigurations(List<? extends Object> documentAttributeConfigurations) Configuration information for document attributes.Document attributes are metadata or fields associated with your documents. For example, the company department name associated with each document.
For more information, see Understanding document attributes .
- Parameters:
documentAttributeConfigurations- Configuration information for document attributes. This parameter is required.- Returns:
this- See Also:
-
tags
A list of key-value pairs that identify or categorize the index.You can also use tags to help control access to the index. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + -
- Parameters:
tags- A list of key-value pairs that identify or categorize the index. This parameter is required.- Returns:
this- See Also:
-
type
The index type that's suitable for your needs.For more information on what's included in each type of index, see Amazon Q Business tiers .
- Parameters:
type- The index type that's suitable for your needs. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIndexPropsMixin>- Returns:
- a newly built instance of
CfnIndexPropsMixin.
-