public static interface CreateDatasetResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<CreateDatasetResponse.Builder,CreateDatasetResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateDatasetResponse.Builder |
datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset being created.
|
CreateDatasetResponse.Builder |
datasetName(String datasetName)
The name of the dataset being created.
|
CreateDatasetResponse.Builder |
status(DatasetStatus status)
Indicates the status of the
CreateDataset operation. |
CreateDatasetResponse.Builder |
status(String status)
Indicates the status of the
CreateDataset operation. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDatasetResponse.Builder datasetName(String datasetName)
The name of the dataset being created.
datasetName - The name of the dataset being created.CreateDatasetResponse.Builder datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset being created.
datasetArn - The Amazon Resource Name (ARN) of the dataset being created.CreateDatasetResponse.Builder status(String status)
Indicates the status of the CreateDataset operation.
status - Indicates the status of the CreateDataset operation.DatasetStatus,
DatasetStatusCreateDatasetResponse.Builder status(DatasetStatus status)
Indicates the status of the CreateDataset operation.
status - Indicates the status of the CreateDataset operation.DatasetStatus,
DatasetStatusCopyright © 2022. All rights reserved.