Interface CreateDatasetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateDatasetResponse.Builder,
,CreateDatasetResponse> LookoutEquipmentResponse.Builder
,SdkBuilder<CreateDatasetResponse.Builder,
,CreateDatasetResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateDatasetResponse
public static interface CreateDatasetResponse.Builder
extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<CreateDatasetResponse.Builder,CreateDatasetResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondatasetArn
(String datasetArn) The Amazon Resource Name (ARN) of the dataset being created.datasetName
(String datasetName) The name of the dataset being created.Indicates the status of theCreateDataset
operation.status
(DatasetStatus status) Indicates the status of theCreateDataset
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 dataset being created.
- Parameters:
datasetName
- The name of the dataset being created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetArn
The Amazon Resource Name (ARN) of the dataset being created.
- Parameters:
datasetArn
- The Amazon Resource Name (ARN) of the dataset being created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Indicates the status of the
CreateDataset
operation.- Parameters:
status
- Indicates the status of theCreateDataset
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Indicates the status of the
CreateDataset
operation.- Parameters:
status
- Indicates the status of theCreateDataset
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-