Interface DescribeDatasetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeDatasetResponse.Builder,DescribeDatasetResponse>,LookoutEquipmentResponse.Builder,SdkBuilder<DescribeDatasetResponse.Builder,DescribeDatasetResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeDatasetResponse
public static interface DescribeDatasetResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<DescribeDatasetResponse.Builder,DescribeDatasetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeDatasetResponse.BuildercreatedAt(Instant createdAt)Specifies the time the dataset was created in Lookout for Equipment.DescribeDatasetResponse.BuilderdataEndTime(Instant dataEndTime)Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.default DescribeDatasetResponse.BuilderdataQualitySummary(Consumer<DataQualitySummary.Builder> dataQualitySummary)Gives statistics associated with the given dataset for the latest successful associated ingestion job id.DescribeDatasetResponse.BuilderdataQualitySummary(DataQualitySummary dataQualitySummary)Gives statistics associated with the given dataset for the latest successful associated ingestion job id.DescribeDatasetResponse.BuilderdatasetArn(String datasetArn)The Amazon Resource Name (ARN) of the dataset being described.DescribeDatasetResponse.BuilderdatasetName(String datasetName)The name of the dataset being described.DescribeDatasetResponse.BuilderdataStartTime(Instant dataStartTime)Indicates the earliest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.default DescribeDatasetResponse.BuilderingestedFilesSummary(Consumer<IngestedFilesSummary.Builder> ingestedFilesSummary)IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.DescribeDatasetResponse.BuilderingestedFilesSummary(IngestedFilesSummary ingestedFilesSummary)IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.default DescribeDatasetResponse.BuilderingestionInputConfiguration(Consumer<IngestionInputConfiguration.Builder> ingestionInputConfiguration)Specifies the S3 location configuration for the data input for the data ingestion job.DescribeDatasetResponse.BuilderingestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)Specifies the S3 location configuration for the data input for the data ingestion job.DescribeDatasetResponse.BuilderlastUpdatedAt(Instant lastUpdatedAt)Specifies the time the dataset was last updated, if it was.DescribeDatasetResponse.BuilderroleArn(String roleArn)The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.DescribeDatasetResponse.Builderschema(String schema)A JSON description of the data that is in each time series dataset, including names, column names, and data types.DescribeDatasetResponse.BuilderserverSideKmsKeyId(String serverSideKmsKeyId)Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.DescribeDatasetResponse.BuildersourceDatasetArn(String sourceDatasetArn)The Amazon Resource Name (ARN) of the source dataset from which the current data being described was imported from.DescribeDatasetResponse.Builderstatus(String status)Indicates the status of the dataset.DescribeDatasetResponse.Builderstatus(DatasetStatus status)Indicates the status of the dataset.-
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 Detail
-
datasetName
DescribeDatasetResponse.Builder datasetName(String datasetName)
The name of the dataset being described.
- Parameters:
datasetName- The name of the dataset being described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetArn
DescribeDatasetResponse.Builder datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset being described.
- Parameters:
datasetArn- The Amazon Resource Name (ARN) of the dataset being described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
DescribeDatasetResponse.Builder createdAt(Instant createdAt)
Specifies the time the dataset was created in Lookout for Equipment.
- Parameters:
createdAt- Specifies the time the dataset was created in Lookout for Equipment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
DescribeDatasetResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
Specifies the time the dataset was last updated, if it was.
- Parameters:
lastUpdatedAt- Specifies the time the dataset was last updated, if it was.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DescribeDatasetResponse.Builder status(String status)
Indicates the status of the dataset.
- Parameters:
status- Indicates the status of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DatasetStatus,DatasetStatus
-
status
DescribeDatasetResponse.Builder status(DatasetStatus status)
Indicates the status of the dataset.
- Parameters:
status- Indicates the status of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DatasetStatus,DatasetStatus
-
schema
DescribeDatasetResponse.Builder schema(String schema)
A JSON description of the data that is in each time series dataset, including names, column names, and data types.
- Parameters:
schema- A JSON description of the data that is in each time series dataset, including names, column names, and data types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverSideKmsKeyId
DescribeDatasetResponse.Builder serverSideKmsKeyId(String serverSideKmsKeyId)
Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.
- Parameters:
serverSideKmsKeyId- Provides the identifier of the KMS key used to encrypt dataset data by Amazon Lookout for Equipment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestionInputConfiguration
DescribeDatasetResponse.Builder ingestionInputConfiguration(IngestionInputConfiguration ingestionInputConfiguration)
Specifies the S3 location configuration for the data input for the data ingestion job.
- Parameters:
ingestionInputConfiguration- Specifies the S3 location configuration for the data input for the data ingestion job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestionInputConfiguration
default DescribeDatasetResponse.Builder ingestionInputConfiguration(Consumer<IngestionInputConfiguration.Builder> ingestionInputConfiguration)
Specifies the S3 location configuration for the data input for the data ingestion job.
This is a convenience method that creates an instance of theIngestionInputConfiguration.Builderavoiding the need to create one manually viaIngestionInputConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toingestionInputConfiguration(IngestionInputConfiguration).- Parameters:
ingestionInputConfiguration- a consumer that will call methods onIngestionInputConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ingestionInputConfiguration(IngestionInputConfiguration)
-
dataQualitySummary
DescribeDatasetResponse.Builder dataQualitySummary(DataQualitySummary dataQualitySummary)
Gives statistics associated with the given dataset for the latest successful associated ingestion job id. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.
- Parameters:
dataQualitySummary- Gives statistics associated with the given dataset for the latest successful associated ingestion job id. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataQualitySummary
default DescribeDatasetResponse.Builder dataQualitySummary(Consumer<DataQualitySummary.Builder> dataQualitySummary)
Gives statistics associated with the given dataset for the latest successful associated ingestion job id. These statistics primarily relate to quantifying incorrect data such as MissingCompleteSensorData, MissingSensorData, UnsupportedDateFormats, InsufficientSensorData, and DuplicateTimeStamps.
This is a convenience method that creates an instance of theDataQualitySummary.Builderavoiding the need to create one manually viaDataQualitySummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataQualitySummary(DataQualitySummary).- Parameters:
dataQualitySummary- a consumer that will call methods onDataQualitySummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dataQualitySummary(DataQualitySummary)
-
ingestedFilesSummary
DescribeDatasetResponse.Builder ingestedFilesSummary(IngestedFilesSummary ingestedFilesSummary)
IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
- Parameters:
ingestedFilesSummary- IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestedFilesSummary
default DescribeDatasetResponse.Builder ingestedFilesSummary(Consumer<IngestedFilesSummary.Builder> ingestedFilesSummary)
IngestedFilesSummary associated with the given dataset for the latest successful associated ingestion job id.
This is a convenience method that creates an instance of theIngestedFilesSummary.Builderavoiding the need to create one manually viaIngestedFilesSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toingestedFilesSummary(IngestedFilesSummary).- Parameters:
ingestedFilesSummary- a consumer that will call methods onIngestedFilesSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ingestedFilesSummary(IngestedFilesSummary)
-
roleArn
DescribeDatasetResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role that you are using for this the data ingestion job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataStartTime
DescribeDatasetResponse.Builder dataStartTime(Instant dataStartTime)
Indicates the earliest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.
- Parameters:
dataStartTime- Indicates the earliest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataEndTime
DescribeDatasetResponse.Builder dataEndTime(Instant dataEndTime)
Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.
- Parameters:
dataEndTime- Indicates the latest timestamp corresponding to data that was successfully ingested during the most recent ingestion of this particular dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceDatasetArn
DescribeDatasetResponse.Builder sourceDatasetArn(String sourceDatasetArn)
The Amazon Resource Name (ARN) of the source dataset from which the current data being described was imported from.
- Parameters:
sourceDatasetArn- The Amazon Resource Name (ARN) of the source dataset from which the current data being described was imported from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-