Interface AssetPropertyVariant.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AssetPropertyVariant.Builder,,AssetPropertyVariant> SdkBuilder<AssetPropertyVariant.Builder,,AssetPropertyVariant> SdkPojo
- Enclosing class:
 AssetPropertyVariant
@Mutable
@NotThreadSafe
public static interface AssetPropertyVariant.Builder
extends SdkPojo, CopyableBuilder<AssetPropertyVariant.Builder,AssetPropertyVariant> 
- 
Method Summary
Modifier and TypeMethodDescriptionbooleanValue(String booleanValue) Optional.doubleValue(String doubleValue) Optional.integerValue(String integerValue) Optional.stringValue(String stringValue) Optional.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
- 
stringValue
Optional. The string value of the value entry. Accepts substitution templates.
- Parameters:
 stringValue- Optional. The string value of the value entry. Accepts substitution templates.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
integerValue
Optional. A string that contains the integer value of the value entry. Accepts substitution templates.
- Parameters:
 integerValue- Optional. A string that contains the integer value of the value entry. Accepts substitution templates.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
doubleValue
Optional. A string that contains the double value of the value entry. Accepts substitution templates.
- Parameters:
 doubleValue- Optional. A string that contains the double value of the value entry. Accepts substitution templates.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
booleanValue
Optional. A string that contains the boolean value (
trueorfalse) of the value entry. Accepts substitution templates.- Parameters:
 booleanValue- Optional. A string that contains the boolean value (trueorfalse) of the value entry. Accepts substitution templates.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -