Interface InsufficientSensorData.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InsufficientSensorData.Builder,InsufficientSensorData>,SdkBuilder<InsufficientSensorData.Builder,InsufficientSensorData>,SdkPojo
- Enclosing class:
- InsufficientSensorData
public static interface InsufficientSensorData.Builder extends SdkPojo, CopyableBuilder<InsufficientSensorData.Builder,InsufficientSensorData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default InsufficientSensorData.BuildermissingCompleteSensorData(Consumer<MissingCompleteSensorData.Builder> missingCompleteSensorData)Parameter that describes the total number of sensors that have data completely missing for it.InsufficientSensorData.BuildermissingCompleteSensorData(MissingCompleteSensorData missingCompleteSensorData)Parameter that describes the total number of sensors that have data completely missing for it.default InsufficientSensorData.BuildersensorsWithShortDateRange(Consumer<SensorsWithShortDateRange.Builder> sensorsWithShortDateRange)Parameter that describes the total number of sensors that have a short date range of less than 14 days of data overall.InsufficientSensorData.BuildersensorsWithShortDateRange(SensorsWithShortDateRange sensorsWithShortDateRange)Parameter that describes the total number of sensors that have a short date range of less than 14 days of data overall.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
missingCompleteSensorData
InsufficientSensorData.Builder missingCompleteSensorData(MissingCompleteSensorData missingCompleteSensorData)
Parameter that describes the total number of sensors that have data completely missing for it.
- Parameters:
missingCompleteSensorData- Parameter that describes the total number of sensors that have data completely missing for it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
missingCompleteSensorData
default InsufficientSensorData.Builder missingCompleteSensorData(Consumer<MissingCompleteSensorData.Builder> missingCompleteSensorData)
Parameter that describes the total number of sensors that have data completely missing for it.
This is a convenience method that creates an instance of theMissingCompleteSensorData.Builderavoiding the need to create one manually viaMissingCompleteSensorData.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomissingCompleteSensorData(MissingCompleteSensorData).- Parameters:
missingCompleteSensorData- a consumer that will call methods onMissingCompleteSensorData.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
missingCompleteSensorData(MissingCompleteSensorData)
-
sensorsWithShortDateRange
InsufficientSensorData.Builder sensorsWithShortDateRange(SensorsWithShortDateRange sensorsWithShortDateRange)
Parameter that describes the total number of sensors that have a short date range of less than 14 days of data overall.
- Parameters:
sensorsWithShortDateRange- Parameter that describes the total number of sensors that have a short date range of less than 14 days of data overall.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sensorsWithShortDateRange
default InsufficientSensorData.Builder sensorsWithShortDateRange(Consumer<SensorsWithShortDateRange.Builder> sensorsWithShortDateRange)
Parameter that describes the total number of sensors that have a short date range of less than 14 days of data overall.
This is a convenience method that creates an instance of theSensorsWithShortDateRange.Builderavoiding the need to create one manually viaSensorsWithShortDateRange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosensorsWithShortDateRange(SensorsWithShortDateRange).- Parameters:
sensorsWithShortDateRange- a consumer that will call methods onSensorsWithShortDateRange.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sensorsWithShortDateRange(SensorsWithShortDateRange)
-
-