Interface InterpolatedAssetPropertyValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InterpolatedAssetPropertyValue.Builder,
,InterpolatedAssetPropertyValue> SdkBuilder<InterpolatedAssetPropertyValue.Builder,
,InterpolatedAssetPropertyValue> SdkPojo
- Enclosing class:
InterpolatedAssetPropertyValue
@Mutable
@NotThreadSafe
public static interface InterpolatedAssetPropertyValue.Builder
extends SdkPojo, CopyableBuilder<InterpolatedAssetPropertyValue.Builder,InterpolatedAssetPropertyValue>
-
Method Summary
Modifier and TypeMethodDescriptiontimestamp
(Consumer<TimeInNanos.Builder> timestamp) Sets the value of the Timestamp property for this object.timestamp
(TimeInNanos timestamp) Sets the value of the Timestamp property for this object.value
(Consumer<Variant.Builder> value) Sets the value of the Value property for this object.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
Sets the value of the Timestamp property for this object. This is a convenience method that creates an instance of theTimeInNanos.Builder
avoiding the need to create one manually viaTimeInNanos.builder()
.When the
Consumer
completes,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:
-
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
Sets the value of the Value property for this object. This is a convenience method that creates an instance of theVariant.Builder
avoiding the need to create one manually viaVariant.builder()
.When the
Consumer
completes,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:
-