Interface DatasetGroupSummary.Builder

    • Method Detail

      • name

        DatasetGroupSummary.Builder name​(String name)

        The name of the dataset group.

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

        DatasetGroupSummary.Builder datasetGroupArn​(String datasetGroupArn)

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

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

        DatasetGroupSummary.Builder status​(String status)

        The status of the dataset group.

        A dataset group can be in one of the following states:

        • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

        • DELETE PENDING

        Parameters:
        status - The status of the dataset group.

        A dataset group can be in one of the following states:

        • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

        • DELETE PENDING

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDateTime

        DatasetGroupSummary.Builder creationDateTime​(Instant creationDateTime)

        The date and time (in Unix time) that the dataset group was created.

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

        DatasetGroupSummary.Builder lastUpdatedDateTime​(Instant lastUpdatedDateTime)

        The date and time (in Unix time) that the dataset group was last updated.

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

        DatasetGroupSummary.Builder failureReason​(String failureReason)

        If creating a dataset group fails, the reason behind the failure.

        Parameters:
        failureReason - If creating a dataset group fails, the reason behind the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domain

        DatasetGroupSummary.Builder domain​(String domain)

        The domain of a Domain dataset group.

        Parameters:
        domain - The domain of a Domain dataset group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Domain, Domain
      • domain

        DatasetGroupSummary.Builder domain​(Domain domain)

        The domain of a Domain dataset group.

        Parameters:
        domain - The domain of a Domain dataset group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Domain, Domain