Interface UpdatedDescriptorsUnion.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdatedDescriptorsUnion.Builder,,UpdatedDescriptorsUnion> SdkBuilder<UpdatedDescriptorsUnion.Builder,,UpdatedDescriptorsUnion> SdkPojo
- Enclosing class:
UpdatedDescriptorsUnion
-
Method Summary
Modifier and TypeMethodDescriptiondefault UpdatedDescriptorsUnion.BuilderThe updated A2A descriptor.a2a(UpdatedA2aDescriptor a2a) The updated A2A descriptor.default UpdatedDescriptorsUnion.BuilderagentSkills(Consumer<UpdatedAgentSkillsDescriptor.Builder> agentSkills) The updated agent skills descriptor.agentSkills(UpdatedAgentSkillsDescriptor agentSkills) The updated agent skills descriptor.default UpdatedDescriptorsUnion.BuilderThe updated custom descriptor.custom(UpdatedCustomDescriptor custom) The updated custom descriptor.default UpdatedDescriptorsUnion.BuilderThe updated MCP descriptor.mcp(UpdatedMcpDescriptor mcp) The updated MCP 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
-
mcp
The updated MCP descriptor.
- Parameters:
mcp- The updated MCP descriptor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mcp
The updated MCP descriptor.
This is a convenience method that creates an instance of theUpdatedMcpDescriptor.Builderavoiding the need to create one manually viaUpdatedMcpDescriptor.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomcp(UpdatedMcpDescriptor).- Parameters:
mcp- a consumer that will call methods onUpdatedMcpDescriptor.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
a2a
The updated A2A descriptor.
- Parameters:
a2a- The updated A2A descriptor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
a2a
The updated A2A descriptor.
This is a convenience method that creates an instance of theUpdatedA2aDescriptor.Builderavoiding the need to create one manually viaUpdatedA2aDescriptor.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toa2a(UpdatedA2aDescriptor).- Parameters:
a2a- a consumer that will call methods onUpdatedA2aDescriptor.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
custom
The updated custom descriptor.
- Parameters:
custom- The updated custom descriptor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
custom
The updated 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:
-
agentSkills
The updated agent skills descriptor.
- Parameters:
agentSkills- The updated agent skills descriptor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentSkills
default UpdatedDescriptorsUnion.Builder agentSkills(Consumer<UpdatedAgentSkillsDescriptor.Builder> agentSkills) The updated agent skills descriptor.
This is a convenience method that creates an instance of theUpdatedAgentSkillsDescriptor.Builderavoiding the need to create one manually viaUpdatedAgentSkillsDescriptor.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toagentSkills(UpdatedAgentSkillsDescriptor).- Parameters:
agentSkills- a consumer that will call methods onUpdatedAgentSkillsDescriptor.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-