Interface OpsItemDataValue.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<OpsItemDataValue.Builder,,OpsItemDataValue> SdkBuilder<OpsItemDataValue.Builder,,OpsItemDataValue> SdkPojo
- Enclosing class:
 OpsItemDataValue
public static interface OpsItemDataValue.Builder
extends SdkPojo, CopyableBuilder<OpsItemDataValue.Builder,OpsItemDataValue> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe type of key-value pair.type(OpsItemDataType type) The type of key-value pair.The value of the OperationalData key.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 OperationalData key.
- Parameters:
 value- The value of the OperationalData key.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
type
The type of key-value pair. Valid types include
SearchableStringandString.- Parameters:
 type- The type of key-value pair. Valid types includeSearchableStringandString.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
type
The type of key-value pair. Valid types include
SearchableStringandString.- Parameters:
 type- The type of key-value pair. Valid types includeSearchableStringandString.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -