Interface DataSource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataSource.Builder,
,DataSource> SdkBuilder<DataSource.Builder,
,DataSource> SdkPojo
- Enclosing class:
DataSource
@Mutable
@NotThreadSafe
public static interface DataSource.Builder
extends SdkPojo, CopyableBuilder<DataSource.Builder,DataSource>
-
Method Summary
Modifier and TypeMethodDescriptionThe Unix timestamp when the Amazon Q Business data source was created.dataSourceId
(String dataSourceId) The identifier of the Amazon Q Business data source.displayName
(String displayName) The name of the Amazon Q Business data source.The status of the Amazon Q Business data source.status
(DataSourceStatus status) The status of the Amazon Q Business data source.The type of the Amazon Q Business data source.The Unix timestamp when the Amazon Q Business data source was last updated.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, sdkFieldNameToField, sdkFields
-
Method Details
-
displayName
The name of the Amazon Q Business data source.
- Parameters:
displayName
- The name of the Amazon Q Business data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSourceId
The identifier of the Amazon Q Business data source.
- Parameters:
dataSourceId
- The identifier of the Amazon Q Business data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the Amazon Q Business data source.
- Parameters:
type
- The type of the Amazon Q Business data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The Unix timestamp when the Amazon Q Business data source was created.
- Parameters:
createdAt
- The Unix timestamp when the Amazon Q Business data source was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The Unix timestamp when the Amazon Q Business data source was last updated.
- Parameters:
updatedAt
- The Unix timestamp when the Amazon Q Business data source was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the Amazon Q Business data source.
- Parameters:
status
- The status of the Amazon Q Business data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the Amazon Q Business data source.
- Parameters:
status
- The status of the Amazon Q Business data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-