Interface DatasetSummary.Builder

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

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

    • datasetName

      DatasetSummary.Builder datasetName(String datasetName)

      The name of the dataset.

      Parameters:
      datasetName - The name of the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datasetArn

      DatasetSummary.Builder datasetArn(String datasetArn)

      The Amazon Resource Name (ARN) of the specified dataset.

      Parameters:
      datasetArn - The Amazon Resource Name (ARN) of the specified dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Indicates the status of the dataset.

      Parameters:
      status - Indicates the status of the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Indicates the status of the dataset.

      Parameters:
      status - Indicates the status of the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      DatasetSummary.Builder createdAt(Instant createdAt)

      The time at which the dataset was created in Amazon Lookout for Equipment.

      Parameters:
      createdAt - The time at which the dataset was created in Amazon Lookout for Equipment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.