Interface DescribeDatasetGroupResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeDatasetGroupResponse.Builder,
,DescribeDatasetGroupResponse> ForecastResponse.Builder
,SdkBuilder<DescribeDatasetGroupResponse.Builder,
,DescribeDatasetGroupResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeDatasetGroupResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) When the dataset group was created.datasetArns
(String... datasetArns) An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.datasetArns
(Collection<String> datasetArns) An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.datasetGroupArn
(String datasetGroupArn) The ARN of the dataset group.datasetGroupName
(String datasetGroupName) The name of the dataset group.The domain associated with the dataset group.The domain associated with the dataset group.lastModificationTime
(Instant lastModificationTime) When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.The status of the dataset group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.forecast.model.ForecastResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
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 beACTIVE
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 beACTIVE
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
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
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 theDescribeDatasetGroup
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 theDescribeDatasetGroup
call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-