Interface UpdatedDescriptorsFields.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdatedDescriptorsFields.Builder,,UpdatedDescriptorsFields> SdkBuilder<UpdatedDescriptorsFields.Builder,,UpdatedDescriptorsFields> SdkPojo
- Enclosing class:
UpdatedDescriptorsFields
-
Method Summary
Modifier and TypeMethodDescriptiondefault UpdatedDescriptorsFields.Buildera2aAgentCard(Consumer<UpdatedA2aAgentCardDescriptor.Builder> a2aAgentCard) The patch for the A2A agent card descriptor.a2aAgentCard(UpdatedA2aAgentCardDescriptor a2aAgentCard) The patch for the A2A agent card descriptor.default UpdatedDescriptorsFields.BuilderagentSkillsDefinition(Consumer<UpdatedAgentSkillsDefinitionDescriptor.Builder> agentSkillsDefinition) The patch for the agent skills definition descriptor.agentSkillsDefinition(UpdatedAgentSkillsDefinitionDescriptor agentSkillsDefinition) The patch for the agent skills definition descriptor.default UpdatedDescriptorsFields.BuilderThe patch for the custom descriptor.custom(UpdatedCustomDescriptor custom) The patch for the custom descriptor.default UpdatedDescriptorsFields.BuildermcpServer(Consumer<UpdatedMcpServerDescriptor.Builder> mcpServer) The patch for the MCP server descriptor.mcpServer(UpdatedMcpServerDescriptor mcpServer) The patch for the MCP server descriptor.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
-
mcpServer
The patch for the MCP server descriptor.
- Parameters:
mcpServer- The patch for the MCP server descriptor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mcpServer
default UpdatedDescriptorsFields.Builder mcpServer(Consumer<UpdatedMcpServerDescriptor.Builder> mcpServer) The patch for the MCP server descriptor.
This is a convenience method that creates an instance of theUpdatedMcpServerDescriptor.Builderavoiding the need to create one manually viaUpdatedMcpServerDescriptor.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomcpServer(UpdatedMcpServerDescriptor).- Parameters:
mcpServer- a consumer that will call methods onUpdatedMcpServerDescriptor.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
a2aAgentCard
The patch for the A2A agent card descriptor.
- Parameters:
a2aAgentCard- The patch for the A2A agent card descriptor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
a2aAgentCard
default UpdatedDescriptorsFields.Builder a2aAgentCard(Consumer<UpdatedA2aAgentCardDescriptor.Builder> a2aAgentCard) The patch for the A2A agent card descriptor.
This is a convenience method that creates an instance of theUpdatedA2aAgentCardDescriptor.Builderavoiding the need to create one manually viaUpdatedA2aAgentCardDescriptor.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toa2aAgentCard(UpdatedA2aAgentCardDescriptor).- Parameters:
a2aAgentCard- a consumer that will call methods onUpdatedA2aAgentCardDescriptor.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
agentSkillsDefinition
UpdatedDescriptorsFields.Builder agentSkillsDefinition(UpdatedAgentSkillsDefinitionDescriptor agentSkillsDefinition) The patch for the agent skills definition descriptor.
- Parameters:
agentSkillsDefinition- The patch for the agent skills definition descriptor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentSkillsDefinition
default UpdatedDescriptorsFields.Builder agentSkillsDefinition(Consumer<UpdatedAgentSkillsDefinitionDescriptor.Builder> agentSkillsDefinition) The patch for the agent skills definition descriptor.
This is a convenience method that creates an instance of theUpdatedAgentSkillsDefinitionDescriptor.Builderavoiding the need to create one manually viaUpdatedAgentSkillsDefinitionDescriptor.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toagentSkillsDefinition(UpdatedAgentSkillsDefinitionDescriptor).- Parameters:
agentSkillsDefinition- a consumer that will call methods onUpdatedAgentSkillsDefinitionDescriptor.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
custom
The patch for the custom descriptor.
- Parameters:
custom- The patch for the custom descriptor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
custom
The patch for the custom descriptor.
This is a convenience method that creates an instance of theUpdatedCustomDescriptor.Builderavoiding the need to create one manually viaUpdatedCustomDescriptor.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustom(UpdatedCustomDescriptor).- Parameters:
custom- a consumer that will call methods onUpdatedCustomDescriptor.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-