Interface AssetPropertyValue.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssetPropertyValue.Builder,,AssetPropertyValue> SdkBuilder<AssetPropertyValue.Builder,,AssetPropertyValue> SdkPojo
- Enclosing class:
AssetPropertyValue
public static interface AssetPropertyValue.Builder
extends SdkPojo, CopyableBuilder<AssetPropertyValue.Builder,AssetPropertyValue>
-
Method Summary
Modifier and TypeMethodDescriptionThe quality of the asset property value.The quality of the asset property value.default AssetPropertyValue.Buildertimestamp(Consumer<TimeInNanos.Builder> timestamp) The timestamp of the asset property value.timestamp(TimeInNanos timestamp) The timestamp of the asset property value.default AssetPropertyValue.Buildervalue(Consumer<Variant.Builder> value) The value of the asset property (seeVariant).The value of the asset property (seeVariant).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, sdkFields
-
Method Details
-
value
The value of the asset property (see
Variant).- Parameters:
value- The value of the asset property (seeVariant).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The value of the asset property (see
This is a convenience method that creates an instance of theVariant).Variant.Builderavoiding the need to create one manually viaVariant.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalue(Variant).- Parameters:
value- a consumer that will call methods onVariant.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timestamp
The timestamp of the asset property value.
- Parameters:
timestamp- The timestamp of the asset property value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
The timestamp of the asset property value.
This is a convenience method that creates an instance of theTimeInNanos.Builderavoiding the need to create one manually viaTimeInNanos.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totimestamp(TimeInNanos).- Parameters:
timestamp- a consumer that will call methods onTimeInNanos.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
quality
The quality of the asset property value.
- Parameters:
quality- The quality of the asset property value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
quality
The quality of the asset property value.
- Parameters:
quality- The quality of the asset property value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-