Interface DatasetUpdateSummary.Builder

    • Method Detail

      • schemaArn

        DatasetUpdateSummary.Builder schemaArn​(String schemaArn)

        The Amazon Resource Name (ARN) of the schema that replaced the previous schema of the dataset.

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

        DatasetUpdateSummary.Builder status​(String status)

        The status of the dataset update.

        Parameters:
        status - The status of the dataset update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureReason

        DatasetUpdateSummary.Builder failureReason​(String failureReason)

        If updating a dataset fails, provides the reason why.

        Parameters:
        failureReason - If updating a dataset fails, provides the reason why.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDateTime

        DatasetUpdateSummary.Builder creationDateTime​(Instant creationDateTime)

        The creation date and time (in Unix time) of the dataset update.

        Parameters:
        creationDateTime - The creation date and time (in Unix time) of the dataset update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedDateTime

        DatasetUpdateSummary.Builder lastUpdatedDateTime​(Instant lastUpdatedDateTime)

        The last update date and time (in Unix time) of the dataset.

        Parameters:
        lastUpdatedDateTime - The last update date and time (in Unix time) of the dataset.
        Returns:
        Returns a reference to this object so that method calls can be chained together.