Interface UpdatedAgentSkillsDescriptorFields.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdatedAgentSkillsDescriptorFields.Builder,,UpdatedAgentSkillsDescriptorFields> SdkBuilder<UpdatedAgentSkillsDescriptorFields.Builder,,UpdatedAgentSkillsDescriptorFields> SdkPojo
- Enclosing class:
UpdatedAgentSkillsDescriptorFields
@Mutable
@NotThreadSafe
public static interface UpdatedAgentSkillsDescriptorFields.Builder
extends SdkPojo, CopyableBuilder<UpdatedAgentSkillsDescriptorFields.Builder,UpdatedAgentSkillsDescriptorFields>
-
Method Summary
Modifier and TypeMethodDescriptionskillDefinition(Consumer<UpdatedSkillDefinition.Builder> skillDefinition) The updated skill definition.skillDefinition(UpdatedSkillDefinition skillDefinition) The updated skill definition.skillMd(Consumer<UpdatedSkillMdDefinition.Builder> skillMd) The updated skill markdown definition.skillMd(UpdatedSkillMdDefinition skillMd) The updated skill markdown definition.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 updated skill markdown definition.
- Parameters:
skillMd- The updated skill markdown definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
skillMd
default UpdatedAgentSkillsDescriptorFields.Builder skillMd(Consumer<UpdatedSkillMdDefinition.Builder> skillMd) The updated skill markdown definition.
This is a convenience method that creates an instance of theUpdatedSkillMdDefinition.Builderavoiding the need to create one manually viaUpdatedSkillMdDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toskillMd(UpdatedSkillMdDefinition).- Parameters:
skillMd- a consumer that will call methods onUpdatedSkillMdDefinition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
skillDefinition
The updated skill definition.
- Parameters:
skillDefinition- The updated skill definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
skillDefinition
default UpdatedAgentSkillsDescriptorFields.Builder skillDefinition(Consumer<UpdatedSkillDefinition.Builder> skillDefinition) The updated skill definition.
This is a convenience method that creates an instance of theUpdatedSkillDefinition.Builderavoiding the need to create one manually viaUpdatedSkillDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toskillDefinition(UpdatedSkillDefinition).- Parameters:
skillDefinition- a consumer that will call methods onUpdatedSkillDefinition.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-