public static interface DataSourceConfiguration.Builder extends SdkPojo, CopyableBuilder<DataSourceConfiguration.Builder,DataSourceConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DataSourceConfiguration.Builder |
intendedUse(IntendedUse intendedUse)
Specifies how the results of an operation will be stored by the caller.
|
DataSourceConfiguration.Builder |
intendedUse(String intendedUse)
Specifies how the results of an operation will be stored by the caller.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSourceConfiguration.Builder intendedUse(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.
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.
Default value: SingleUse
IntendedUse,
IntendedUseDataSourceConfiguration.Builder intendedUse(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.
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.
Default value: SingleUse
IntendedUse,
IntendedUseCopyright © 2021. All rights reserved.