public static final class CfnPlaceIndex.DataSourceConfigurationProperty.Builder
extends java.lang.Object
CfnPlaceIndex.DataSourceConfigurationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnPlaceIndex.DataSourceConfigurationProperty |
build()
Builds the configured instance.
|
CfnPlaceIndex.DataSourceConfigurationProperty.Builder |
intendedUse(java.lang.String intendedUse)
Sets the value of
CfnPlaceIndex.DataSourceConfigurationProperty.getIntendedUse() |
public CfnPlaceIndex.DataSourceConfigurationProperty.Builder intendedUse(java.lang.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.
Default value: SingleUse
this
public CfnPlaceIndex.DataSourceConfigurationProperty build()
CfnPlaceIndex.DataSourceConfigurationProperty
java.lang.NullPointerException
- if any required attribute was not provided