Interface DescribeDatasetGroupResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeDatasetGroupResponse.Builder,DescribeDatasetGroupResponse>, ForecastResponse.Builder, SdkBuilder<DescribeDatasetGroupResponse.Builder,DescribeDatasetGroupResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeDatasetGroupResponse

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

    • datasetGroupName

      DescribeDatasetGroupResponse.Builder datasetGroupName(String datasetGroupName)

      The name of the dataset group.

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

      DescribeDatasetGroupResponse.Builder datasetGroupArn(String datasetGroupArn)

      The ARN of the dataset group.

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

      An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.

      Parameters:
      datasetArns - An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datasetArns

      DescribeDatasetGroupResponse.Builder datasetArns(String... datasetArns)

      An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.

      Parameters:
      datasetArns - An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domain

      The domain associated with the dataset group.

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

      The domain associated with the dataset group.

      Parameters:
      domain - The domain associated with the dataset group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the dataset group. States include:

      • ACTIVE

      • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED

      • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

      • UPDATE_PENDING, UPDATE_IN_PROGRESS, UPDATE_FAILED

      The UPDATE states apply when you call the UpdateDatasetGroup operation.

      The Status of the dataset group must be ACTIVE before you can use the dataset group to create a predictor.

      Parameters:
      status - The status of the dataset group. States include:

      • ACTIVE

      • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED

      • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

      • UPDATE_PENDING, UPDATE_IN_PROGRESS, UPDATE_FAILED

      The UPDATE states apply when you call the UpdateDatasetGroup operation.

      The Status of the dataset group must be ACTIVE before you can use the dataset group to create a predictor.

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

      DescribeDatasetGroupResponse.Builder creationTime(Instant creationTime)

      When the dataset group was created.

      Parameters:
      creationTime - When the dataset group was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModificationTime

      DescribeDatasetGroupResponse.Builder lastModificationTime(Instant lastModificationTime)

      When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While the dataset group is being updated, LastModificationTime is the current time of the DescribeDatasetGroup call.

      Parameters:
      lastModificationTime - When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While the dataset group is being updated, LastModificationTime is the current time of the DescribeDatasetGroup call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.