Interface InterpolatedAssetPropertyValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InterpolatedAssetPropertyValue.Builder,InterpolatedAssetPropertyValue>,SdkBuilder<InterpolatedAssetPropertyValue.Builder,InterpolatedAssetPropertyValue>,SdkPojo
- Enclosing class:
- InterpolatedAssetPropertyValue
public static interface InterpolatedAssetPropertyValue.Builder extends SdkPojo, CopyableBuilder<InterpolatedAssetPropertyValue.Builder,InterpolatedAssetPropertyValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default InterpolatedAssetPropertyValue.Buildertimestamp(Consumer<TimeInNanos.Builder> timestamp)Sets the value of the Timestamp property for this object.InterpolatedAssetPropertyValue.Buildertimestamp(TimeInNanos timestamp)Sets the value of the Timestamp property for this object.default InterpolatedAssetPropertyValue.Buildervalue(Consumer<Variant.Builder> value)Sets the value of the Value property for this object.InterpolatedAssetPropertyValue.Buildervalue(Variant value)Sets the value of the Value property for this object.-
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
-
timestamp
InterpolatedAssetPropertyValue.Builder timestamp(TimeInNanos timestamp)
Sets the value of the Timestamp property for this object.- Parameters:
timestamp- The new value for the Timestamp property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
default InterpolatedAssetPropertyValue.Builder timestamp(Consumer<TimeInNanos.Builder> timestamp)
Sets the value of the Timestamp property for this object. 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:
timestamp(TimeInNanos)
-
value
InterpolatedAssetPropertyValue.Builder value(Variant value)
Sets the value of the Value property for this object.- Parameters:
value- The new value for the Value property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
default InterpolatedAssetPropertyValue.Builder value(Consumer<Variant.Builder> value)
Sets the value of the Value property for this object. This is a convenience method that creates an instance of theVariant.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:
value(Variant)
-
-