Interface DataSourceSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DataSourceSummary.Builder,DataSourceSummary>, SdkBuilder<DataSourceSummary.Builder,DataSourceSummary>, SdkPojo
Enclosing class:
DataSourceSummary

public static interface DataSourceSummary.Builder extends SdkPojo, CopyableBuilder<DataSourceSummary.Builder,DataSourceSummary>
  • Method Details

    • arn

      The arn of the datasource.

      Parameters:
      arn - The arn of the datasource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataSourceId

      DataSourceSummary.Builder dataSourceId(String dataSourceId)

      The unique ID of the data source.

      Parameters:
      dataSourceId - The unique ID of the data source.
      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.
    • type

      The type of the data source.

      Parameters:
      type - The type of the data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of the data source.

      Parameters:
      type - The type of the data source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdTime

      DataSourceSummary.Builder createdTime(Instant createdTime)

      The date and time that the data source was created. This value is expressed in MM-DD-YYYY HH:MM:SS format.

      Parameters:
      createdTime - The date and time that the data source was created. This value is expressed in MM-DD-YYYY HH:MM:SS format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedTime

      DataSourceSummary.Builder lastUpdatedTime(Instant lastUpdatedTime)

      The date and time the data source was last updated. This value is expressed in MM-DD-YYYY HH:MM:SS format.

      Parameters:
      lastUpdatedTime - The date and time the data source was last updated. This value is expressed in MM-DD-YYYY HH:MM:SS format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.