Interface ImportDatasetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ImportDatasetResponse.Builder,
,ImportDatasetResponse> LookoutEquipmentResponse.Builder
,SdkBuilder<ImportDatasetResponse.Builder,
,ImportDatasetResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ImportDatasetResponse
public static interface ImportDatasetResponse.Builder
extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<ImportDatasetResponse.Builder,ImportDatasetResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondatasetArn
(String datasetArn) The Amazon Resource Name (ARN) of the dataset that was imported.datasetName
(String datasetName) The name of the created machine learning dataset.A unique identifier for the job of importing the dataset.The status of theImportDataset
operation.status
(DatasetStatus status) The status of theImportDataset
operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentResponse.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
-
datasetName
The name of the created machine learning dataset.
- Parameters:
datasetName
- The name of the created machine learning dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetArn
The Amazon Resource Name (ARN) of the dataset that was imported.
- Parameters:
datasetArn
- The Amazon Resource Name (ARN) of the dataset that was imported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the
ImportDataset
operation.- Parameters:
status
- The status of theImportDataset
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the
ImportDataset
operation.- Parameters:
status
- The status of theImportDataset
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobId
A unique identifier for the job of importing the dataset.
- Parameters:
jobId
- A unique identifier for the job of importing the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-