Interface UpdatedAgentSkillsAdditionalDataFields.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdatedAgentSkillsAdditionalDataFields.Builder,,UpdatedAgentSkillsAdditionalDataFields> SdkBuilder<UpdatedAgentSkillsAdditionalDataFields.Builder,,UpdatedAgentSkillsAdditionalDataFields> SdkPojo
- Enclosing class:
UpdatedAgentSkillsAdditionalDataFields
@Mutable
@NotThreadSafe
public static interface UpdatedAgentSkillsAdditionalDataFields.Builder
extends SdkPojo, CopyableBuilder<UpdatedAgentSkillsAdditionalDataFields.Builder,UpdatedAgentSkillsAdditionalDataFields>
-
Method Summary
Modifier and TypeMethodDescriptionThe patch for the agent skills markdown descriptor field.skillMd(UpdatedAgentSkillsMdDescriptor skillMd) The patch for the agent skills markdown descriptor field.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
-
skillMd
The patch for the agent skills markdown descriptor field.
- Parameters:
skillMd- The patch for the agent skills markdown descriptor field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
skillMd
default UpdatedAgentSkillsAdditionalDataFields.Builder skillMd(Consumer<UpdatedAgentSkillsMdDescriptor.Builder> skillMd) The patch for the agent skills markdown descriptor field.
This is a convenience method that creates an instance of theUpdatedAgentSkillsMdDescriptor.Builderavoiding the need to create one manually viaUpdatedAgentSkillsMdDescriptor.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toskillMd(UpdatedAgentSkillsMdDescriptor).- Parameters:
skillMd- a consumer that will call methods onUpdatedAgentSkillsMdDescriptor.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-