Uses of Interface
software.amazon.awssdk.services.bedrockdataautomation.model.CustomOutputConfiguration.Builder
-
Packages that use CustomOutputConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockdataautomation.model -
-
Uses of CustomOutputConfiguration.Builder in software.amazon.awssdk.services.bedrockdataautomation.model
Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return CustomOutputConfiguration.Builder Modifier and Type Method Description CustomOutputConfiguration.BuilderCustomOutputConfiguration.Builder. blueprints(Collection<BlueprintItem> blueprints)Sets the value of the Blueprints property for this object.CustomOutputConfiguration.BuilderCustomOutputConfiguration.Builder. blueprints(Consumer<BlueprintItem.Builder>... blueprints)Sets the value of the Blueprints property for this object.CustomOutputConfiguration.BuilderCustomOutputConfiguration.Builder. blueprints(BlueprintItem... blueprints)Sets the value of the Blueprints property for this object.static CustomOutputConfiguration.BuilderCustomOutputConfiguration. builder()CustomOutputConfiguration.BuilderCustomOutputConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockdataautomation.model that return types with arguments of type CustomOutputConfiguration.Builder Modifier and Type Method Description static Class<? extends CustomOutputConfiguration.Builder>CustomOutputConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockdataautomation.model with type arguments of type CustomOutputConfiguration.Builder Modifier and Type Method Description default CreateDataAutomationProjectRequest.BuilderCreateDataAutomationProjectRequest.Builder. customOutputConfiguration(Consumer<CustomOutputConfiguration.Builder> customOutputConfiguration)Sets the value of the CustomOutputConfiguration property for this object.default DataAutomationProject.BuilderDataAutomationProject.Builder. customOutputConfiguration(Consumer<CustomOutputConfiguration.Builder> customOutputConfiguration)Sets the value of the CustomOutputConfiguration property for this object.default UpdateDataAutomationProjectRequest.BuilderUpdateDataAutomationProjectRequest.Builder. customOutputConfiguration(Consumer<CustomOutputConfiguration.Builder> customOutputConfiguration)Sets the value of the CustomOutputConfiguration property for this object.
-