Interface DatasetGroupSummary.Builder

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

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

    • 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

      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

      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

      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: