Class CfnPlaceIndexPropsMixin.DataSourceConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.location.CfnPlaceIndexPropsMixin.DataSourceConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPlaceIndexPropsMixin.DataSourceConfigurationProperty>
- Enclosing interface:
CfnPlaceIndexPropsMixin.DataSourceConfigurationProperty
@Stability(Stable)
public static final class CfnPlaceIndexPropsMixin.DataSourceConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPlaceIndexPropsMixin.DataSourceConfigurationProperty>
A builder for
CfnPlaceIndexPropsMixin.DataSourceConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.intendedUse(String intendedUse) Sets the value ofCfnPlaceIndexPropsMixin.DataSourceConfigurationProperty.getIntendedUse()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
intendedUse
@Stability(Stable) public CfnPlaceIndexPropsMixin.DataSourceConfigurationProperty.Builder intendedUse(String intendedUse) Sets the value ofCfnPlaceIndexPropsMixin.DataSourceConfigurationProperty.getIntendedUse()- Parameters:
intendedUse- Specifies how the results of an operation will be stored by the caller. Valid values include:SingleUsespecifies that the results won't be stored.Storagespecifies that the result can be cached or stored in a database.
Default value:
SingleUse- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPlaceIndexPropsMixin.DataSourceConfigurationProperty>- Returns:
- a new instance of
CfnPlaceIndexPropsMixin.DataSourceConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-