Interface McpToolsDescriptor.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<McpToolsDescriptor.Builder,,McpToolsDescriptor> SdkBuilder<McpToolsDescriptor.Builder,,McpToolsDescriptor> SdkPojo
- Enclosing class:
McpToolsDescriptor
@Mutable
@NotThreadSafe
public static interface McpToolsDescriptor.Builder
extends SdkPojo, CopyableBuilder<McpToolsDescriptor.Builder,McpToolsDescriptor>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Data property for this object.dataSchemaVersion(String dataSchemaVersion) Sets the value of the DataSchemaVersion property for this object.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
-
data
Sets the value of the Data property for this object.- Parameters:
data- The new value for the Data property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSchemaVersion
Sets the value of the DataSchemaVersion property for this object.- Parameters:
dataSchemaVersion- The new value for the DataSchemaVersion property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-