Interface PropertyValueNullValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PropertyValueNullValue.Builder,
,PropertyValueNullValue> SdkBuilder<PropertyValueNullValue.Builder,
,PropertyValueNullValue> SdkPojo
- Enclosing class:
PropertyValueNullValue
@Mutable
@NotThreadSafe
public static interface PropertyValueNullValue.Builder
extends SdkPojo, CopyableBuilder<PropertyValueNullValue.Builder,PropertyValueNullValue>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of null asset property data.valueType
(RawValueType valueType) The type of null asset property data.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
-
valueType
The type of null asset property data.
- Parameters:
valueType
- The type of null asset property data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
valueType
The type of null asset property data.
- Parameters:
valueType
- The type of null asset property data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-