Uses of Class
software.amazon.awssdk.services.bedrockdataautomation.model.OverrideConfiguration
-
Packages that use OverrideConfiguration Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of OverrideConfiguration in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return OverrideConfiguration Modifier and Type Method Description OverrideConfigurationCreateDataAutomationProjectRequest. overrideConfigurationValue()Returns the value of the OverrideConfiguration property for this object.OverrideConfigurationDataAutomationProject. overrideConfigurationValue()Returns the value of the OverrideConfiguration property for this object.OverrideConfigurationUpdateDataAutomationProjectRequest. overrideConfigurationValue()Returns the value of the OverrideConfiguration property for this object.Methods in software.amazon.awssdk.services.bedrockdataautomation.model with parameters of type OverrideConfiguration Modifier and Type Method Description CreateDataAutomationProjectRequest.BuilderCreateDataAutomationProjectRequest.Builder. overrideConfigurationValue(OverrideConfiguration overrideConfigurationValue)Sets the value of the OverrideConfiguration property for this object.DataAutomationProject.BuilderDataAutomationProject.Builder. overrideConfigurationValue(OverrideConfiguration overrideConfigurationValue)Sets the value of the OverrideConfiguration property for this object.UpdateDataAutomationProjectRequest.BuilderUpdateDataAutomationProjectRequest.Builder. overrideConfigurationValue(OverrideConfiguration overrideConfigurationValue)Sets the value of the OverrideConfiguration property for this object.
-