@Stability(value=Stable) public static final class CfnPlaceIndex.DataSourceConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnPlaceIndex.DataSourceConfigurationProperty>
CfnPlaceIndex.DataSourceConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPlaceIndex.DataSourceConfigurationProperty |
build()
Builds the configured instance.
|
CfnPlaceIndex.DataSourceConfigurationProperty.Builder |
intendedUse(String intendedUse)
Sets the value of
CfnPlaceIndex.DataSourceConfigurationProperty.getIntendedUse() |
@Stability(value=Stable) public CfnPlaceIndex.DataSourceConfigurationProperty.Builder intendedUse(String intendedUse)
CfnPlaceIndex.DataSourceConfigurationProperty.getIntendedUse()intendedUse - Specifies how the results of an operation will be stored by the caller.
Valid values include:
SingleUse specifies that the results won't be stored.Storage specifies that the result can be cached or stored in a database.
Place index resources using HERE as a data provider can't be configured to store results for locations in Japan when choosing
Storagefor theIntendedUseparameter.
Default value: SingleUse
this@Stability(value=Stable) public CfnPlaceIndex.DataSourceConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnPlaceIndex.DataSourceConfigurationProperty>CfnPlaceIndex.DataSourceConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.