public static interface DescribeDatasetGroupResponse.Builder extends ForecastResponse.Builder, SdkPojo, CopyableBuilder<DescribeDatasetGroupResponse.Builder,DescribeDatasetGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDatasetGroupResponse.Builder |
creationTime(Instant creationTime)
When the dataset group was created.
|
DescribeDatasetGroupResponse.Builder |
datasetArns(Collection<String> datasetArns)
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
|
DescribeDatasetGroupResponse.Builder |
datasetArns(String... datasetArns)
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
|
DescribeDatasetGroupResponse.Builder |
datasetGroupArn(String datasetGroupArn)
The ARN of the dataset group.
|
DescribeDatasetGroupResponse.Builder |
datasetGroupName(String datasetGroupName)
The name of the dataset group.
|
DescribeDatasetGroupResponse.Builder |
domain(Domain domain)
The domain associated with the dataset group.
|
DescribeDatasetGroupResponse.Builder |
domain(String domain)
The domain associated with the dataset group.
|
DescribeDatasetGroupResponse.Builder |
lastModificationTime(Instant lastModificationTime)
When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.
|
DescribeDatasetGroupResponse.Builder |
status(String status)
The status of the dataset group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDatasetGroupResponse.Builder datasetGroupName(String datasetGroupName)
The name of the dataset group.
datasetGroupName - The name of the dataset group.DescribeDatasetGroupResponse.Builder datasetGroupArn(String datasetGroupArn)
The ARN of the dataset group.
datasetGroupArn - The ARN of the dataset group.DescribeDatasetGroupResponse.Builder datasetArns(Collection<String> datasetArns)
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
datasetArns - An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.DescribeDatasetGroupResponse.Builder datasetArns(String... datasetArns)
An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.
datasetArns - An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.DescribeDatasetGroupResponse.Builder domain(String domain)
The domain associated with the dataset group.
DescribeDatasetGroupResponse.Builder domain(Domain domain)
The domain associated with the dataset group.
DescribeDatasetGroupResponse.Builder status(String 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.
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.
DescribeDatasetGroupResponse.Builder creationTime(Instant creationTime)
When the dataset group was created.
creationTime - When the dataset group was created.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.
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.Copyright © 2020. All rights reserved.