Interface DataSourceConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataSourceConfiguration.Builder,DataSourceConfiguration>,SdkBuilder<DataSourceConfiguration.Builder,DataSourceConfiguration>,SdkPojo
- Enclosing class:
- DataSourceConfiguration
public static interface DataSourceConfiguration.Builder extends SdkPojo, CopyableBuilder<DataSourceConfiguration.Builder,DataSourceConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataSourceConfiguration.BuilderintendedUse(String intendedUse)Specifies how the results of an operation will be stored by the caller.DataSourceConfiguration.BuilderintendedUse(IntendedUse intendedUse)Specifies how the results of an operation will be stored by the caller.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
intendedUse
DataSourceConfiguration.Builder intendedUse(String 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- 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:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IntendedUse,IntendedUse
-
-
intendedUse
DataSourceConfiguration.Builder intendedUse(IntendedUse 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- 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:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IntendedUse,IntendedUse
-
-
-