Interface DataSourceSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataSourceSummary.Builder,
,DataSourceSummary> SdkBuilder<DataSourceSummary.Builder,
,DataSourceSummary> SdkPojo
- Enclosing class:
DataSourceSummary
@Mutable
@NotThreadSafe
public static interface DataSourceSummary.Builder
extends SdkPojo, CopyableBuilder<DataSourceSummary.Builder,DataSourceSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondataSourceId
(String dataSourceId) The unique identifier of the data source.description
(String description) The description of the data source.knowledgeBaseId
(String knowledgeBaseId) The unique identifier of the knowledge base to which the data source belongs.The name of the data source.The status of the data source.status
(DataSourceStatus status) The status of the data source.The time at which the 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
-
dataSourceId
The unique identifier of the data source.
- Parameters:
dataSourceId
- The unique identifier of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the data source.
- Parameters:
description
- The description of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
knowledgeBaseId
The unique identifier of the knowledge base to which the data source belongs.
- Parameters:
knowledgeBaseId
- The unique identifier of the knowledge base to which the data source belongs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the data source.
- Parameters:
name
- The name of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the data source.
- Parameters:
status
- The status of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the data source.
- Parameters:
status
- The status of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The time at which the data source was last updated.
- Parameters:
updatedAt
- The time at which the data source was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-