Interface DataPartitionUploadOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataPartitionUploadOptions.Builder,DataPartitionUploadOptions>,SdkBuilder<DataPartitionUploadOptions.Builder,DataPartitionUploadOptions>,SdkPojo
- Enclosing class:
- DataPartitionUploadOptions
public static interface DataPartitionUploadOptions.Builder extends SdkPojo, CopyableBuilder<DataPartitionUploadOptions.Builder,DataPartitionUploadOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataPartitionUploadOptions.BuilderconditionLanguageVersion(Integer conditionLanguageVersion)The version of the condition language.DataPartitionUploadOptions.Builderexpression(String expression)The logical expression used to recognize what data to collect.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
expression
DataPartitionUploadOptions.Builder expression(String expression)
The logical expression used to recognize what data to collect. For example,
$variable.`Vehicle.OutsideAirTemperature` >= 105.0.- Parameters:
expression- The logical expression used to recognize what data to collect. For example,$variable.`Vehicle.OutsideAirTemperature` >= 105.0.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditionLanguageVersion
DataPartitionUploadOptions.Builder conditionLanguageVersion(Integer conditionLanguageVersion)
The version of the condition language. Defaults to the most recent condition language version.
- Parameters:
conditionLanguageVersion- The version of the condition language. Defaults to the most recent condition language version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-