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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
displayNameThe 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.
 
- 
dataSourceIdThe 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.
 
- 
typeThe 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.
 
- 
createdAtThe 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.
 
- 
updatedAtThe 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.
 
- 
statusThe 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:
 
- 
statusThe 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:
 
 
-