Interface UpdatedAgentSkillsDefinitionDescriptorFields.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdatedAgentSkillsDefinitionDescriptorFields.Builder,,UpdatedAgentSkillsDefinitionDescriptorFields> SdkBuilder<UpdatedAgentSkillsDefinitionDescriptorFields.Builder,,UpdatedAgentSkillsDefinitionDescriptorFields> SdkPojo
- Enclosing class:
UpdatedAgentSkillsDefinitionDescriptorFields
-
Method Summary
Modifier and TypeMethodDescriptionadditionalData(Consumer<UpdatedAgentSkillsAdditionalData.Builder> additionalData) The patch for the descriptor's additional data field.additionalData(UpdatedAgentSkillsAdditionalData additionalData) The patch for the descriptor's additional data field.The patch for the descriptor's data field.data(UpdatedDescriptorData data) The patch for the descriptor's data field.dataSchemaVersion(Consumer<UpdatedDataSchemaVersion.Builder> dataSchemaVersion) The patch for the descriptor's data schema version field.dataSchemaVersion(UpdatedDataSchemaVersion dataSchemaVersion) The patch for the descriptor's data schema version 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
-
data
The patch for the descriptor's data field.
- Parameters:
data- The patch for the descriptor's data field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
data
default UpdatedAgentSkillsDefinitionDescriptorFields.Builder data(Consumer<UpdatedDescriptorData.Builder> data) The patch for the descriptor's data field.
This is a convenience method that creates an instance of theUpdatedDescriptorData.Builderavoiding the need to create one manually viaUpdatedDescriptorData.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todata(UpdatedDescriptorData).- Parameters:
data- a consumer that will call methods onUpdatedDescriptorData.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataSchemaVersion
UpdatedAgentSkillsDefinitionDescriptorFields.Builder dataSchemaVersion(UpdatedDataSchemaVersion dataSchemaVersion) The patch for the descriptor's data schema version field.
- Parameters:
dataSchemaVersion- The patch for the descriptor's data schema version field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSchemaVersion
default UpdatedAgentSkillsDefinitionDescriptorFields.Builder dataSchemaVersion(Consumer<UpdatedDataSchemaVersion.Builder> dataSchemaVersion) The patch for the descriptor's data schema version field.
This is a convenience method that creates an instance of theUpdatedDataSchemaVersion.Builderavoiding the need to create one manually viaUpdatedDataSchemaVersion.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataSchemaVersion(UpdatedDataSchemaVersion).- Parameters:
dataSchemaVersion- a consumer that will call methods onUpdatedDataSchemaVersion.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
additionalData
UpdatedAgentSkillsDefinitionDescriptorFields.Builder additionalData(UpdatedAgentSkillsAdditionalData additionalData) The patch for the descriptor's additional data field.
- Parameters:
additionalData- The patch for the descriptor's additional data field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalData
default UpdatedAgentSkillsDefinitionDescriptorFields.Builder additionalData(Consumer<UpdatedAgentSkillsAdditionalData.Builder> additionalData) The patch for the descriptor's additional data field.
This is a convenience method that creates an instance of theUpdatedAgentSkillsAdditionalData.Builderavoiding the need to create one manually viaUpdatedAgentSkillsAdditionalData.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toadditionalData(UpdatedAgentSkillsAdditionalData).- Parameters:
additionalData- a consumer that will call methods onUpdatedAgentSkillsAdditionalData.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-