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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeDatasetGroupResponse.BuildercreationTime(Instant creationTime)When the dataset group was created.DescribeDatasetGroupResponse.BuilderdatasetArns(String... datasetArns)An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.DescribeDatasetGroupResponse.BuilderdatasetArns(Collection<String> datasetArns)An array of Amazon Resource Names (ARNs) of the datasets contained in the dataset group.DescribeDatasetGroupResponse.BuilderdatasetGroupArn(String datasetGroupArn)The ARN of the dataset group.DescribeDatasetGroupResponse.BuilderdatasetGroupName(String datasetGroupName)The name of the dataset group.DescribeDatasetGroupResponse.Builderdomain(String domain)The domain associated with the dataset group.DescribeDatasetGroupResponse.Builderdomain(Domain domain)The domain associated with the dataset group.DescribeDatasetGroupResponse.BuilderlastModificationTime(Instant lastModificationTime)When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.DescribeDatasetGroupResponse.Builderstatus(String status)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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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
DescribeDatasetGroupResponse.Builder datasetArns(Collection<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.
-
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
DescribeDatasetGroupResponse.Builder domain(String domain)
The domain associated with the dataset group.
-
domain
DescribeDatasetGroupResponse.Builder domain(Domain domain)
The domain associated with the dataset group.
-
status
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
UPDATEstates apply when you call the UpdateDatasetGroup operation.The
Statusof the dataset group must beACTIVEbefore 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
UPDATEstates apply when you call the UpdateDatasetGroup operation.The
Statusof the dataset group must beACTIVEbefore 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,
LastModificationTimeis the current time of theDescribeDatasetGroupcall.- 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,LastModificationTimeis the current time of theDescribeDatasetGroupcall.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-