Interface DataPartitionUploadOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataPartitionUploadOptions.Builder,,DataPartitionUploadOptions> SdkBuilder<DataPartitionUploadOptions.Builder,,DataPartitionUploadOptions> SdkPojo
- Enclosing class:
DataPartitionUploadOptions
@Mutable
@NotThreadSafe
public static interface DataPartitionUploadOptions.Builder
extends SdkPojo, CopyableBuilder<DataPartitionUploadOptions.Builder,DataPartitionUploadOptions>
-
Method Summary
Modifier and TypeMethodDescriptionconditionLanguageVersion(Integer conditionLanguageVersion) The version of the condition language.expression(String expression) The logical expression used to recognize what data to collect.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-