public static interface CfnPlaceIndex.DataSourceConfigurationProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.location.*; DataSourceConfigurationProperty dataSourceConfigurationProperty = DataSourceConfigurationProperty.builder() .intendedUse("intendedUse") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnPlaceIndex.DataSourceConfigurationProperty.Builder
A builder for
CfnPlaceIndex.DataSourceConfigurationProperty |
static class |
CfnPlaceIndex.DataSourceConfigurationProperty.Jsii$Proxy
An implementation for
CfnPlaceIndex.DataSourceConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnPlaceIndex.DataSourceConfigurationProperty.Builder |
builder() |
default java.lang.String |
getIntendedUse()
Specifies how the results of an operation will be stored by the caller.
|
default java.lang.String getIntendedUse()
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.
Default value: SingleUse
static CfnPlaceIndex.DataSourceConfigurationProperty.Builder builder()