Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.kendraranking package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.kendraranking package.
(build-cfn-execution-plan-builder builder id config)
The build-cfn-execution-plan-builder function updates a CfnExecutionPlan$Builder instance using the provided configuration. The function takes the CfnExecutionPlan$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
capacityUnits | software.amazon.awscdk.services.kendraranking.CfnExecutionPlan$CapacityUnitsConfigurationProperty | cdk.support/lookup-entry | :capacity-units |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-execution-plan-builder function updates a CfnExecutionPlan$Builder instance using the provided configuration. The function takes the CfnExecutionPlan$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `capacityUnits` | software.amazon.awscdk.services.kendraranking.CfnExecutionPlan$CapacityUnitsConfigurationProperty | [[cdk.support/lookup-entry]] | `:capacity-units` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-execution-plan-capacity-units-configuration-property-builder builder
id
config)
The build-cfn-execution-plan-capacity-units-configuration-property-builder function updates a CfnExecutionPlan$CapacityUnitsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnExecutionPlan$CapacityUnitsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
rescoreCapacityUnits | java.lang.Number | cdk.support/lookup-entry | :rescore-capacity-units |
The build-cfn-execution-plan-capacity-units-configuration-property-builder function updates a CfnExecutionPlan$CapacityUnitsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnExecutionPlan$CapacityUnitsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `rescoreCapacityUnits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rescore-capacity-units` |
(build-cfn-execution-plan-props-builder builder id config)
The build-cfn-execution-plan-props-builder function updates a CfnExecutionPlanProps$Builder instance using the provided configuration. The function takes the CfnExecutionPlanProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
capacityUnits | software.amazon.awscdk.services.kendraranking.CfnExecutionPlan$CapacityUnitsConfigurationProperty | cdk.support/lookup-entry | :capacity-units |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-execution-plan-props-builder function updates a CfnExecutionPlanProps$Builder instance using the provided configuration. The function takes the CfnExecutionPlanProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `capacityUnits` | software.amazon.awscdk.services.kendraranking.CfnExecutionPlan$CapacityUnitsConfigurationProperty | [[cdk.support/lookup-entry]] | `:capacity-units` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(cfn-execution-plan-builder scope id config)
Creates a CfnExecutionPlan$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnExecutionPlan$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-execution-plan-capacity-units-configuration-property-builder id config)
Creates a CfnExecutionPlan$CapacityUnitsConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnExecutionPlan$CapacityUnitsConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-execution-plan-props-builder id config)
Creates a CfnExecutionPlanProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnExecutionPlanProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close