@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSourceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the data storage option chosen for requesting Places.
Constructor and Description |
---|
DataSourceConfiguration() |
Modifier and Type | Method and Description |
---|---|
DataSourceConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getIntendedUse()
Specifies how the results of an operation will be stored by the caller.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIntendedUse(String intendedUse)
Specifies how the results of an operation will be stored by the caller.
|
String |
toString()
Returns a string representation of this object.
|
DataSourceConfiguration |
withIntendedUse(IntendedUse intendedUse)
Specifies how the results of an operation will be stored by the caller.
|
DataSourceConfiguration |
withIntendedUse(String intendedUse)
Specifies how the results of an operation will be stored by the caller.
|
public void setIntendedUse(String 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 Storage
for the IntendedUse
parameter.
Default value: SingleUse
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 Storage
for the IntendedUse
parameter.
Default value: SingleUse
IntendedUse
public String getIntendedUse()
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 Storage
for the IntendedUse
parameter.
Default value: SingleUse
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 Storage
for the IntendedUse
parameter.
Default value: SingleUse
IntendedUse
public DataSourceConfiguration withIntendedUse(String 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 Storage
for the IntendedUse
parameter.
Default value: SingleUse
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 Storage
for the IntendedUse
parameter.
Default value: SingleUse
IntendedUse
public DataSourceConfiguration withIntendedUse(IntendedUse 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 Storage
for the IntendedUse
parameter.
Default value: SingleUse
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 Storage
for the IntendedUse
parameter.
Default value: SingleUse
IntendedUse
public String toString()
toString
in class Object
Object.toString()
public DataSourceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.