Interface AgentSkillsMdDescriptor.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AgentSkillsMdDescriptor.Builder,,AgentSkillsMdDescriptor> SdkBuilder<AgentSkillsMdDescriptor.Builder,,AgentSkillsMdDescriptor> SdkPojo
- Enclosing class:
AgentSkillsMdDescriptor
@Mutable
@NotThreadSafe
public static interface AgentSkillsMdDescriptor.Builder
extends SdkPojo, CopyableBuilder<AgentSkillsMdDescriptor.Builder,AgentSkillsMdDescriptor>
-
Method Summary
Modifier and TypeMethodDescriptionThe agent skills markdown content, serialized as descriptor payload data.dataSchemaVersion(String dataSchemaVersion) The schema version of the descriptor payload.default AgentSkillsMdDescriptor.Buildersource(Consumer<DescriptorSource.Builder> source) The optional source configuration used to synchronize the agent skills markdown content.source(DescriptorSource source) The optional source configuration used to synchronize the agent skills markdown content.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
The agent skills markdown content, serialized as descriptor payload data.
- Parameters:
data- The agent skills markdown content, serialized as descriptor payload data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSchemaVersion
The schema version of the descriptor payload.
- Parameters:
dataSchemaVersion- The schema version of the descriptor payload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
The optional source configuration used to synchronize the agent skills markdown content.
- Parameters:
source- The optional source configuration used to synchronize the agent skills markdown content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
The optional source configuration used to synchronize the agent skills markdown content.
This is a convenience method that creates an instance of theDescriptorSource.Builderavoiding the need to create one manually viaDescriptorSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosource(DescriptorSource).- Parameters:
source- a consumer that will call methods onDescriptorSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-