/** This is an automatically generated code sample. 
To make this code sample work in your Oracle Cloud tenancy, 
please replace the values for any parameters whose current values do not fit
your use case (such as resource IDs, strings containing ‘EXAMPLE’ or ‘unique_id’, and 
boolean, number, and enum parameters with values not fitting your use case).
*/

import com.oracle.bmc.ConfigFileReader;
import com.oracle.bmc.auth.AuthenticationDetailsProvider;
import com.oracle.bmc.auth.ConfigFileAuthenticationDetailsProvider;
import com.oracle.bmc.dataintegration.DataIntegrationClient;
import com.oracle.bmc.dataintegration.model.*;
import com.oracle.bmc.dataintegration.requests.*;
import com.oracle.bmc.dataintegration.responses.*;
import java.math.BigDecimal;

import java.util.ArrayList;
import java.util.HashMap;
import java.util.Date;
import java.util.UUID;
import java.util.Arrays;


public class CreateDataFlowValidationExample {
    public static void main(String[] args) throws Exception {

        /**
         * Create a default authentication provider that uses the DEFAULT
         * profile in the configuration file.
         * Refer to <see href="https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm#SDK_and_CLI_Configuration_File>the public documentation</see> on how to prepare a configuration file.
         */
        final ConfigFileReader.ConfigFile configFile = ConfigFileReader.parseDefault();
        final AuthenticationDetailsProvider provider = new ConfigFileAuthenticationDetailsProvider(configFile);

        /* Create a service client */
        DataIntegrationClient client = DataIntegrationClient.builder().build(provider);

        /* Create a request and dependent object(s). */
	CreateDataFlowValidationDetails createDataFlowValidationDetails = CreateDataFlowValidationDetails.builder()
		.key("EXAMPLE-key-Value")
		.modelType("EXAMPLE-modelType-Value")
		.modelVersion("EXAMPLE-modelVersion-Value")
		.parentRef(ParentReference.builder()
			.parent("EXAMPLE-parent-Value")
			.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
		.name("EXAMPLE-name-Value")
		.identifier("EXAMPLE-identifier-Value")
		.objectVersion(692)
		.nodes(new ArrayList<>(Arrays.asList(FlowNode.builder()
				.key("EXAMPLE-key-Value")
				.modelType("EXAMPLE-modelType-Value")
				.modelVersion("EXAMPLE-modelVersion-Value")
				.parentRef(ParentReference.builder()
					.parent("EXAMPLE-parent-Value")
					.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
				.name("EXAMPLE-name-Value")
				.description("EXAMPLE-description-Value")
				.inputLinks(new ArrayList<>(Arrays.asList(InputLink.builder()
						.fromLink("EXAMPLE-fromLink-Value")
						.fieldMap(DirectNamedFieldMap.builder()
							.key("EXAMPLE-key-Value")
							.modelVersion("EXAMPLE-modelVersion-Value")
							.parentRef(ParentReference.builder()
								.parent("EXAMPLE-parent-Value")
								.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
							.configValues(ConfigValues.builder()
								.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
										{
											put("EXAMPLE_KEY_WdBTB",ConfigParameterValue.builder()
										.stringValue("EXAMPLE-stringValue-Value")
										.intValue(937)
										.objectValue("EXAMPLE-objectValue-Value")
										.refValue("EXAMPLE-refValue-Value")
										.parameterValue("EXAMPLE-parameterValue-Value")
										.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
										}
 									})
								.parentRef(ParentReference.builder()
									.parent("EXAMPLE-parent-Value")
									.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
							.sourceTypedObject("EXAMPLE-sourceTypedObject-Value")
							.targetTypedObject("EXAMPLE-targetTypedObject-Value")
							.sourceScopeReference(ScopeReference.builder()
								.referenceObject("EXAMPLE-referenceObject-Value")
								.referenceType(ScopeReference.ReferenceType.OciFunctionOutputShape)
								.refObjectName("EXAMPLE-refObjectName-Value").build())
							.targetScopeReference(ScopeReference.builder()
								.referenceObject("EXAMPLE-referenceObject-Value")
								.referenceType(ScopeReference.ReferenceType.BoundEntityShapeField)
								.refObjectName("EXAMPLE-refObjectName-Value").build())
							.sourceFieldName("EXAMPLE-sourceFieldName-Value")
							.targetFieldName("EXAMPLE-targetFieldName-Value")
							.objectStatus(77)
							.description("EXAMPLE-description-Value").build())
						.key("EXAMPLE-key-Value")
						.modelVersion("EXAMPLE-modelVersion-Value")
						.parentRef(ParentReference.builder()
							.parent("EXAMPLE-parent-Value")
							.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
						.objectStatus(355)
						.description("EXAMPLE-description-Value")
						.port("EXAMPLE-port-Value").build())))
				.outputLinks(new ArrayList<>(Arrays.asList(OutputLink.builder()
						.toLinks(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
						.key("EXAMPLE-key-Value")
						.modelVersion("EXAMPLE-modelVersion-Value")
						.parentRef(ParentReference.builder()
							.parent("EXAMPLE-parent-Value")
							.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
						.objectStatus(822)
						.description("EXAMPLE-description-Value")
						.port("EXAMPLE-port-Value").build())))
				.operator(Target.builder()
					.entity(DataEntityFromView.builder()
						.key("EXAMPLE-key-Value")
						.modelVersion("EXAMPLE-modelVersion-Value")
						.parentRef(ParentReference.builder()
							.parent("EXAMPLE-parent-Value")
							.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
						.name("EXAMPLE-name-Value")
						.description("EXAMPLE-description-Value")
						.objectVersion(852)
						.externalKey("EXAMPLE-externalKey-Value")
						.shape(Shape.builder()
							.type(DataType.builder()
								.dtType(DataType.DtType.Structured)
								.typeSystemName("EXAMPLE-typeSystemName-Value")
								.configDefinition(ConfigDefinition.builder()
									.key("EXAMPLE-key-Value")
									.modelType("EXAMPLE-modelType-Value")
									.modelVersion("EXAMPLE-modelVersion-Value")
									.parentRef(ParentReference.builder()
										.parent("EXAMPLE-parent-Value")
										.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
									.name("EXAMPLE-name-Value")
									.isContained(true)
									.objectStatus(930)
									.configParameterDefinitions(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterDefinition>() {
											{
												put("EXAMPLE_KEY_jsvOO",ConfigParameterDefinition.builder()
											.parameterName("EXAMPLE-parameterName-Value")
											.description("EXAMPLE-description-Value")
											.defaultValue("EXAMPLE-defaultValue-Value")
											.classFieldName("EXAMPLE-classFieldName-Value")
											.isStatic(false)
											.isClassFieldValue(true).build());
											}
 										}).build())
								.key("EXAMPLE-key-Value")
								.modelVersion("EXAMPLE-modelVersion-Value")
								.parentRef(ParentReference.builder()
									.parent("EXAMPLE-parent-Value")
									.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
								.name("EXAMPLE-name-Value")
								.objectStatus(213)
								.description("EXAMPLE-description-Value").build())
							.key("EXAMPLE-key-Value")
							.modelVersion("EXAMPLE-modelVersion-Value")
							.parentRef(ParentReference.builder()
								.parent("EXAMPLE-parent-Value")
								.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
							.configValues(ConfigValues.builder()
								.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
										{
											put("EXAMPLE_KEY_6JVHY",ConfigParameterValue.builder()
										.stringValue("EXAMPLE-stringValue-Value")
										.intValue(816)
										.objectValue("EXAMPLE-objectValue-Value")
										.refValue("EXAMPLE-refValue-Value")
										.parameterValue("EXAMPLE-parameterValue-Value")
										.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
										}
 									})
								.parentRef(ParentReference.builder()
									.parent("EXAMPLE-parent-Value")
									.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
							.objectStatus(798)
							.name("EXAMPLE-name-Value")
							.description("EXAMPLE-description-Value").build())
						.shapeId("ocid1.test.oc1..<unique_ID>EXAMPLE-shapeId-Value")
						.types(TypeLibrary.builder()
							.key("EXAMPLE-key-Value")
							.modelType("EXAMPLE-modelType-Value")
							.modelVersion("EXAMPLE-modelVersion-Value")
							.parentRef(ParentReference.builder()
								.parent("EXAMPLE-parent-Value")
								.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
							.name("EXAMPLE-name-Value")
							.description("EXAMPLE-description-Value")
							.objectVersion(485)
							.types(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.DerivedType>() {
									{
										put("EXAMPLE_KEY_FXKmH",DerivedType.builder()
									.key("EXAMPLE-key-Value")
									.modelVersion("EXAMPLE-modelVersion-Value")
									.parentRef(ParentReference.builder()
										.parent("EXAMPLE-parent-Value")
										.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
									.name("EXAMPLE-name-Value")
									.objectStatus(448)
									.description("EXAMPLE-description-Value").build());
									}
 								})
							.objectStatus(602)
							.identifier("EXAMPLE-identifier-Value").build())
						.entityType(DataEntityFromView.EntityType.View)
						.otherTypeLabel("EXAMPLE-otherTypeLabel-Value")
						.uniqueKeys(new ArrayList<>(Arrays.asList(PrimaryKey.builder()
								.key("EXAMPLE-key-Value")
								.modelVersion("EXAMPLE-modelVersion-Value")
								.parentRef(ParentReference.builder()
									.parent("EXAMPLE-parent-Value")
									.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
								.name("EXAMPLE-name-Value")
								.attributeRefs(new ArrayList<>(Arrays.asList(KeyAttribute.builder()
										.position(399)
										.shapeField(ShapeField.builder()
											.type("EXAMPLE-type-Value")
											.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
											.nativeShapeField(NativeShapeField.builder()
												.name("EXAMPLE-name-Value")
												.modelType("EXAMPLE-modelType-Value")
												.type("EXAMPLE-type-Value")
												.configValues(ConfigValues.builder()
													.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
															{
																put("EXAMPLE_KEY_sgI6l",ConfigParameterValue.builder()
															.stringValue("EXAMPLE-stringValue-Value")
															.intValue(866)
															.objectValue("EXAMPLE-objectValue-Value")
															.refValue("EXAMPLE-refValue-Value")
															.parameterValue("EXAMPLE-parameterValue-Value")
															.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
															}
 														})
													.parentRef(ParentReference.builder()
														.parent("EXAMPLE-parent-Value")
														.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
												.position(865)
												.defaultValueString("EXAMPLE-defaultValueString-Value")
												.isMandatory(true).build())
											.key("EXAMPLE-key-Value")
											.modelVersion("EXAMPLE-modelVersion-Value")
											.parentRef(ParentReference.builder()
												.parent("EXAMPLE-parent-Value")
												.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
											.configValues(ConfigValues.builder()
												.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
														{
															put("EXAMPLE_KEY_D5GoZ",ConfigParameterValue.builder()
														.stringValue("EXAMPLE-stringValue-Value")
														.intValue(359)
														.objectValue("EXAMPLE-objectValue-Value")
														.refValue("EXAMPLE-refValue-Value")
														.parameterValue("EXAMPLE-parameterValue-Value")
														.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
														}
 													})
												.parentRef(ParentReference.builder()
													.parent("EXAMPLE-parent-Value")
													.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
											.objectStatus(647)
											.name("EXAMPLE-name-Value")
											.description("EXAMPLE-description-Value").build())
										.attribute(ShapeField.builder()
											.type("EXAMPLE-type-Value")
											.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
											.nativeShapeField(NativeShapeField.builder()
												.name("EXAMPLE-name-Value")
												.modelType("EXAMPLE-modelType-Value")
												.type("EXAMPLE-type-Value")
												.configValues(ConfigValues.builder()
													.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
															{
																put("EXAMPLE_KEY_SGlvi",ConfigParameterValue.builder()
															.stringValue("EXAMPLE-stringValue-Value")
															.intValue(502)
															.objectValue("EXAMPLE-objectValue-Value")
															.refValue("EXAMPLE-refValue-Value")
															.parameterValue("EXAMPLE-parameterValue-Value")
															.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
															}
 														})
													.parentRef(ParentReference.builder()
														.parent("EXAMPLE-parent-Value")
														.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
												.position(406)
												.defaultValueString("EXAMPLE-defaultValueString-Value")
												.isMandatory(false).build())
											.key("EXAMPLE-key-Value")
											.modelVersion("EXAMPLE-modelVersion-Value")
											.parentRef(ParentReference.builder()
												.parent("EXAMPLE-parent-Value")
												.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
											.configValues(ConfigValues.builder()
												.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
														{
															put("EXAMPLE_KEY_nTuw6",ConfigParameterValue.builder()
														.stringValue("EXAMPLE-stringValue-Value")
														.intValue(680)
														.objectValue("EXAMPLE-objectValue-Value")
														.refValue("EXAMPLE-refValue-Value")
														.parameterValue("EXAMPLE-parameterValue-Value")
														.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
														}
 													})
												.parentRef(ParentReference.builder()
													.parent("EXAMPLE-parent-Value")
													.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
											.objectStatus(405)
											.name("EXAMPLE-name-Value")
											.description("EXAMPLE-description-Value").build()).build())))
								.objectStatus(562).build())))
						.foreignKeys(new ArrayList<>(Arrays.asList(ForeignKey.builder()
								.key("EXAMPLE-key-Value")
								.modelVersion("EXAMPLE-modelVersion-Value")
								.parentRef(ParentReference.builder()
									.parent("EXAMPLE-parent-Value")
									.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
								.name("EXAMPLE-name-Value")
								.attributeRefs(new ArrayList<>(Arrays.asList(KeyAttribute.builder()
										.position(570)
										.shapeField(ShapeField.builder()
											.type("EXAMPLE-type-Value")
											.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
											.nativeShapeField(NativeShapeField.builder()
												.name("EXAMPLE-name-Value")
												.modelType("EXAMPLE-modelType-Value")
												.type("EXAMPLE-type-Value")
												.configValues(ConfigValues.builder()
													.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
															{
																put("EXAMPLE_KEY_1T7pC",ConfigParameterValue.builder()
															.stringValue("EXAMPLE-stringValue-Value")
															.intValue(332)
															.objectValue("EXAMPLE-objectValue-Value")
															.refValue("EXAMPLE-refValue-Value")
															.parameterValue("EXAMPLE-parameterValue-Value")
															.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
															}
 														})
													.parentRef(ParentReference.builder()
														.parent("EXAMPLE-parent-Value")
														.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
												.position(219)
												.defaultValueString("EXAMPLE-defaultValueString-Value")
												.isMandatory(true).build())
											.key("EXAMPLE-key-Value")
											.modelVersion("EXAMPLE-modelVersion-Value")
											.parentRef(ParentReference.builder()
												.parent("EXAMPLE-parent-Value")
												.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
											.configValues(ConfigValues.builder()
												.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
														{
															put("EXAMPLE_KEY_nJATR",ConfigParameterValue.builder()
														.stringValue("EXAMPLE-stringValue-Value")
														.intValue(728)
														.objectValue("EXAMPLE-objectValue-Value")
														.refValue("EXAMPLE-refValue-Value")
														.parameterValue("EXAMPLE-parameterValue-Value")
														.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
														}
 													})
												.parentRef(ParentReference.builder()
													.parent("EXAMPLE-parent-Value")
													.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
											.objectStatus(335)
											.name("EXAMPLE-name-Value")
											.description("EXAMPLE-description-Value").build())
										.attribute(ShapeField.builder()
											.type("EXAMPLE-type-Value")
											.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
											.nativeShapeField(NativeShapeField.builder()
												.name("EXAMPLE-name-Value")
												.modelType("EXAMPLE-modelType-Value")
												.type("EXAMPLE-type-Value")
												.configValues(ConfigValues.builder()
													.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
															{
																put("EXAMPLE_KEY_5AoZ8",ConfigParameterValue.builder()
															.stringValue("EXAMPLE-stringValue-Value")
															.intValue(876)
															.objectValue("EXAMPLE-objectValue-Value")
															.refValue("EXAMPLE-refValue-Value")
															.parameterValue("EXAMPLE-parameterValue-Value")
															.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
															}
 														})
													.parentRef(ParentReference.builder()
														.parent("EXAMPLE-parent-Value")
														.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
												.position(674)
												.defaultValueString("EXAMPLE-defaultValueString-Value")
												.isMandatory(false).build())
											.key("EXAMPLE-key-Value")
											.modelVersion("EXAMPLE-modelVersion-Value")
											.parentRef(ParentReference.builder()
												.parent("EXAMPLE-parent-Value")
												.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
											.configValues(ConfigValues.builder()
												.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
														{
															put("EXAMPLE_KEY_cvH76",ConfigParameterValue.builder()
														.stringValue("EXAMPLE-stringValue-Value")
														.intValue(270)
														.objectValue("EXAMPLE-objectValue-Value")
														.refValue("EXAMPLE-refValue-Value")
														.parameterValue("EXAMPLE-parameterValue-Value")
														.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
														}
 													})
												.parentRef(ParentReference.builder()
													.parent("EXAMPLE-parent-Value")
													.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
											.objectStatus(948)
											.name("EXAMPLE-name-Value")
											.description("EXAMPLE-description-Value").build()).build())))
								.updateRule(296)
								.deleteRule(303)
								.referenceUniqueKey(UniqueDataKey.builder()
									.key("EXAMPLE-key-Value")
									.modelVersion("EXAMPLE-modelVersion-Value")
									.parentRef(ParentReference.builder()
										.parent("EXAMPLE-parent-Value")
										.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
									.name("EXAMPLE-name-Value")
									.attributeRefs(new ArrayList<>(Arrays.asList(KeyAttribute.builder()
											.position(909)
											.shapeField(ShapeField.builder()
												.type("EXAMPLE-type-Value")
												.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
												.nativeShapeField(NativeShapeField.builder()
													.name("EXAMPLE-name-Value")
													.modelType("EXAMPLE-modelType-Value")
													.type("EXAMPLE-type-Value")
													.configValues(ConfigValues.builder()
														.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
																{
																	put("EXAMPLE_KEY_lH3Dt",ConfigParameterValue.builder()
																.stringValue("EXAMPLE-stringValue-Value")
																.intValue(70)
																.objectValue("EXAMPLE-objectValue-Value")
																.refValue("EXAMPLE-refValue-Value")
																.parameterValue("EXAMPLE-parameterValue-Value")
																.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
																}
 															})
														.parentRef(ParentReference.builder()
															.parent("EXAMPLE-parent-Value")
															.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
													.position(40)
													.defaultValueString("EXAMPLE-defaultValueString-Value")
													.isMandatory(true).build())
												.key("EXAMPLE-key-Value")
												.modelVersion("EXAMPLE-modelVersion-Value")
												.parentRef(ParentReference.builder()
													.parent("EXAMPLE-parent-Value")
													.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
												.configValues(ConfigValues.builder()
													.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
															{
																put("EXAMPLE_KEY_imflw",ConfigParameterValue.builder()
															.stringValue("EXAMPLE-stringValue-Value")
															.intValue(302)
															.objectValue("EXAMPLE-objectValue-Value")
															.refValue("EXAMPLE-refValue-Value")
															.parameterValue("EXAMPLE-parameterValue-Value")
															.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
															}
 														})
													.parentRef(ParentReference.builder()
														.parent("EXAMPLE-parent-Value")
														.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
												.objectStatus(600)
												.name("EXAMPLE-name-Value")
												.description("EXAMPLE-description-Value").build())
											.attribute(ShapeField.builder()
												.type("EXAMPLE-type-Value")
												.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
												.nativeShapeField(NativeShapeField.builder()
													.name("EXAMPLE-name-Value")
													.modelType("EXAMPLE-modelType-Value")
													.type("EXAMPLE-type-Value")
													.configValues(ConfigValues.builder()
														.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
																{
																	put("EXAMPLE_KEY_1zEut",ConfigParameterValue.builder()
																.stringValue("EXAMPLE-stringValue-Value")
																.intValue(392)
																.objectValue("EXAMPLE-objectValue-Value")
																.refValue("EXAMPLE-refValue-Value")
																.parameterValue("EXAMPLE-parameterValue-Value")
																.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
																}
 															})
														.parentRef(ParentReference.builder()
															.parent("EXAMPLE-parent-Value")
															.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
													.position(911)
													.defaultValueString("EXAMPLE-defaultValueString-Value")
													.isMandatory(true).build())
												.key("EXAMPLE-key-Value")
												.modelVersion("EXAMPLE-modelVersion-Value")
												.parentRef(ParentReference.builder()
													.parent("EXAMPLE-parent-Value")
													.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
												.configValues(ConfigValues.builder()
													.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
															{
																put("EXAMPLE_KEY_XvFDW",ConfigParameterValue.builder()
															.stringValue("EXAMPLE-stringValue-Value")
															.intValue(162)
															.objectValue("EXAMPLE-objectValue-Value")
															.refValue("EXAMPLE-refValue-Value")
															.parameterValue("EXAMPLE-parameterValue-Value")
															.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
															}
 														})
													.parentRef(ParentReference.builder()
														.parent("EXAMPLE-parent-Value")
														.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
												.objectStatus(367)
												.name("EXAMPLE-name-Value")
												.description("EXAMPLE-description-Value").build()).build())))
									.objectStatus(807).build())
								.objectStatus(940).build())))
						.resourceName("EXAMPLE-resourceName-Value")
						.objectStatus(464)
						.identifier("EXAMPLE-identifier-Value")
						.metadata(ObjectMetadata.builder()
							.createdBy("EXAMPLE-createdBy-Value")
							.createdByName("EXAMPLE-createdByName-Value")
							.updatedBy("EXAMPLE-updatedBy-Value")
							.updatedByName("EXAMPLE-updatedByName-Value")
							.timeCreated(new Date("Thu Jul 16 08:15:12 UTC 2043"))
							.timeUpdated(new Date("Sat May 21 17:06:57 UTC 2016"))
							.aggregatorKey("EXAMPLE-aggregatorKey-Value")
							.aggregator(AggregatorSummary.builder()
								.type("EXAMPLE-type-Value")
								.key("EXAMPLE-key-Value")
								.name("EXAMPLE-name-Value")
								.identifier("EXAMPLE-identifier-Value")
								.description("EXAMPLE-description-Value").build())
							.identifierPath("EXAMPLE-identifierPath-Value")
							.infoFields(new HashMap<java.lang.String, java.lang.String>() {
									{
										put("EXAMPLE_KEY_iHgW5","EXAMPLE_VALUE_Idizb6AnCEzPAVQIx8m8");
									}
 								})
							.registryVersion(730)
							.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
							.isFavorite(true)
							.countStatistics(CountStatistic.builder()
								.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
										.objectType(CountStatisticSummary.ObjectType.Task)
										.objectCount(631L).build()))).build()).build()).build())
					.isReadAccess(true)
					.isCopyFields(false)
					.isPredefinedShape(false)
					.isUseSameSourceName(false)
					.targetEntityNamePrefix("EXAMPLE-targetEntityNamePrefix-Value")
					.targetEntityNameSuffix("EXAMPLE-targetEntityNameSuffix-Value")
					.dataProperty(Target.DataProperty.Overwrite)
					.schemaDriftConfig(SchemaDriftConfig.builder()
						.extraColumnHandling(SchemaDriftConfig.ExtraColumnHandling.Allow)
						.missingColumnHandling(SchemaDriftConfig.MissingColumnHandling.DoNotAllow)
						.dataTypeChangeHandling(SchemaDriftConfig.DataTypeChangeHandling.Allow)
						.isValidationWarningIfAllowed(false).build())
					.fixedDataShape(Shape.builder()
						.type(MapType.builder()
							.keyElementType("EXAMPLE-keyElementType-Value")
							.valueElementType("EXAMPLE-valueElementType-Value")
							.containsNull(true)
							.key("EXAMPLE-key-Value")
							.modelVersion("EXAMPLE-modelVersion-Value")
							.parentRef(ParentReference.builder()
								.parent("EXAMPLE-parent-Value")
								.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
							.name("EXAMPLE-name-Value")
							.objectStatus(915)
							.description("EXAMPLE-description-Value").build())
						.key("EXAMPLE-key-Value")
						.modelVersion("EXAMPLE-modelVersion-Value")
						.parentRef(ParentReference.builder()
							.parent("EXAMPLE-parent-Value")
							.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
						.configValues(ConfigValues.builder()
							.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
									{
										put("EXAMPLE_KEY_Oh652",ConfigParameterValue.builder()
									.stringValue("EXAMPLE-stringValue-Value")
									.intValue(399)
									.objectValue("EXAMPLE-objectValue-Value")
									.refValue("EXAMPLE-refValue-Value")
									.parameterValue("EXAMPLE-parameterValue-Value")
									.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
									}
 								})
							.parentRef(ParentReference.builder()
								.parent("EXAMPLE-parent-Value")
								.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
						.objectStatus(306)
						.name("EXAMPLE-name-Value")
						.description("EXAMPLE-description-Value").build())
					.writeOperationConfig(WriteOperationConfig.builder()
						.key("EXAMPLE-key-Value")
						.modelVersion("EXAMPLE-modelVersion-Value")
						.parentRef(ParentReference.builder()
							.parent("EXAMPLE-parent-Value")
							.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
						.operations(new ArrayList<>(Arrays.asList(Sort.builder()
								.sortClauses(new ArrayList<>(Arrays.asList(SortClause.builder()
										.field(ShapeField.builder()
											.type("EXAMPLE-type-Value")
											.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
											.nativeShapeField(NativeShapeField.builder()
												.name("EXAMPLE-name-Value")
												.modelType("EXAMPLE-modelType-Value")
												.type("EXAMPLE-type-Value")
												.configValues(ConfigValues.builder()
													.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
															{
																put("EXAMPLE_KEY_3KJtV",ConfigParameterValue.builder()
															.stringValue("EXAMPLE-stringValue-Value")
															.intValue(597)
															.objectValue("EXAMPLE-objectValue-Value")
															.refValue("EXAMPLE-refValue-Value")
															.parameterValue("EXAMPLE-parameterValue-Value")
															.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
															}
 														})
													.parentRef(ParentReference.builder()
														.parent("EXAMPLE-parent-Value")
														.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
												.position(418)
												.defaultValueString("EXAMPLE-defaultValueString-Value")
												.isMandatory(true).build())
											.key("EXAMPLE-key-Value")
											.modelVersion("EXAMPLE-modelVersion-Value")
											.parentRef(ParentReference.builder()
												.parent("EXAMPLE-parent-Value")
												.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
											.configValues(ConfigValues.builder()
												.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
														{
															put("EXAMPLE_KEY_KXu5K",ConfigParameterValue.builder()
														.stringValue("EXAMPLE-stringValue-Value")
														.intValue(146)
														.objectValue("EXAMPLE-objectValue-Value")
														.refValue("EXAMPLE-refValue-Value")
														.parameterValue("EXAMPLE-parameterValue-Value")
														.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
														}
 													})
												.parentRef(ParentReference.builder()
													.parent("EXAMPLE-parent-Value")
													.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
											.objectStatus(650)
											.name("EXAMPLE-name-Value")
											.description("EXAMPLE-description-Value").build())
										.order(SortClause.Order.Desc).build()))).build())))
						.dataFormat(DataFormat.builder()
							.formatAttribute(JsonFormatAttribute.builder()
								.encoding("EXAMPLE-encoding-Value")
								.sampleEntityData("EXAMPLE-sampleEntityData-Value")
								.isFilePattern(false).build())
							.type(DataFormat.Type.Xml)
							.compressionConfig(Compression.builder()
								.codec(Compression.Codec.Deflate).build()).build())
						.partitionConfig(KeyRangePartitionConfig.builder()
							.partitionNumber(401)
							.keyRange(KeyRange.builder()
								.key(ShapeField.builder()
									.type("EXAMPLE-type-Value")
									.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
									.nativeShapeField(NativeShapeField.builder()
										.name("EXAMPLE-name-Value")
										.modelType("EXAMPLE-modelType-Value")
										.type("EXAMPLE-type-Value")
										.configValues(ConfigValues.builder()
											.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
													{
														put("EXAMPLE_KEY_XdVO2",ConfigParameterValue.builder()
													.stringValue("EXAMPLE-stringValue-Value")
													.intValue(885)
													.objectValue("EXAMPLE-objectValue-Value")
													.refValue("EXAMPLE-refValue-Value")
													.parameterValue("EXAMPLE-parameterValue-Value")
													.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
													}
 												})
											.parentRef(ParentReference.builder()
												.parent("EXAMPLE-parent-Value")
												.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
										.position(426)
										.defaultValueString("EXAMPLE-defaultValueString-Value")
										.isMandatory(false).build())
									.key("EXAMPLE-key-Value")
									.modelVersion("EXAMPLE-modelVersion-Value")
									.parentRef(ParentReference.builder()
										.parent("EXAMPLE-parent-Value")
										.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
									.configValues(ConfigValues.builder()
										.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
												{
													put("EXAMPLE_KEY_BGbPr",ConfigParameterValue.builder()
												.stringValue("EXAMPLE-stringValue-Value")
												.intValue(684)
												.objectValue("EXAMPLE-objectValue-Value")
												.refValue("EXAMPLE-refValue-Value")
												.parameterValue("EXAMPLE-parameterValue-Value")
												.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
												}
 											})
										.parentRef(ParentReference.builder()
											.parent("EXAMPLE-parent-Value")
											.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
									.objectStatus(23)
									.name("EXAMPLE-name-Value")
									.description("EXAMPLE-description-Value").build()).build()).build())
						.writeAttribute(OracleAtpWriteAttributes.builder()
							.bucketSchema(Schema.builder()
								.key("EXAMPLE-key-Value")
								.modelType("EXAMPLE-modelType-Value")
								.modelVersion("EXAMPLE-modelVersion-Value")
								.parentRef(ParentReference.builder()
									.parent("EXAMPLE-parent-Value")
									.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
								.name("EXAMPLE-name-Value")
								.resourceName("EXAMPLE-resourceName-Value")
								.description("EXAMPLE-description-Value")
								.objectVersion(107)
								.externalKey("EXAMPLE-externalKey-Value")
								.isHasContainers(true)
								.defaultConnection("EXAMPLE-defaultConnection-Value")
								.objectStatus(732)
								.identifier("EXAMPLE-identifier-Value")
								.metadata(ObjectMetadata.builder()
									.createdBy("EXAMPLE-createdBy-Value")
									.createdByName("EXAMPLE-createdByName-Value")
									.updatedBy("EXAMPLE-updatedBy-Value")
									.updatedByName("EXAMPLE-updatedByName-Value")
									.timeCreated(new Date("Tue Oct 06 19:23:27 UTC 2048"))
									.timeUpdated(new Date("Sun Mar 08 09:35:07 UTC 2037"))
									.aggregatorKey("EXAMPLE-aggregatorKey-Value")
									.aggregator(AggregatorSummary.builder()
										.type("EXAMPLE-type-Value")
										.key("EXAMPLE-key-Value")
										.name("EXAMPLE-name-Value")
										.identifier("EXAMPLE-identifier-Value")
										.description("EXAMPLE-description-Value").build())
									.identifierPath("EXAMPLE-identifierPath-Value")
									.infoFields(new HashMap<java.lang.String, java.lang.String>() {
											{
												put("EXAMPLE_KEY_rvIom","EXAMPLE_VALUE_nJXMvm2CWz10Av8ypvrD");
											}
 										})
									.registryVersion(72)
									.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
									.isFavorite(true)
									.countStatistics(CountStatistic.builder()
										.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
												.objectType(CountStatisticSummary.ObjectType.Application)
												.objectCount(284L).build()))).build()).build()).build())
							.stagingFileName("EXAMPLE-stagingFileName-Value")
							.stagingDataAsset(DataAssetFromRestDetails.builder()
								.baseUrl("EXAMPLE-baseUrl-Value")
								.manifestFileContent("EXAMPLE-manifestFileContent-Value")
								.defaultConnection(ConnectionFromMySqlHeatWaveDetails.builder()
									.username("EXAMPLE-username-Value")
									.password("EXAMPLE-password-Value")
									.passwordSecret(SensitiveAttribute.builder()
										.secretConfig(OciVaultSecretConfig.builder()
											.secretId("ocid1.test.oc1..<unique_ID>EXAMPLE-secretId-Value").build())
										.value("EXAMPLE-value-Value").build())
									.key("EXAMPLE-key-Value")
									.modelVersion("EXAMPLE-modelVersion-Value")
									.parentRef(ParentReference.builder()
										.parent("EXAMPLE-parent-Value")
										.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
									.name("EXAMPLE-name-Value")
									.description("EXAMPLE-description-Value")
									.objectVersion(381)
									.objectStatus(812)
									.identifier("EXAMPLE-identifier-Value")
									.primarySchema(Schema.builder()
										.key("EXAMPLE-key-Value")
										.modelType("EXAMPLE-modelType-Value")
										.modelVersion("EXAMPLE-modelVersion-Value")
										.parentRef(ParentReference.builder()
											.parent("EXAMPLE-parent-Value")
											.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
										.name("EXAMPLE-name-Value")
										.resourceName("EXAMPLE-resourceName-Value")
										.description("EXAMPLE-description-Value")
										.objectVersion(400)
										.externalKey("EXAMPLE-externalKey-Value")
										.isHasContainers(false)
										.defaultConnection("EXAMPLE-defaultConnection-Value")
										.objectStatus(330)
										.identifier("EXAMPLE-identifier-Value")
										.metadata(ObjectMetadata.builder()
											.createdBy("EXAMPLE-createdBy-Value")
											.createdByName("EXAMPLE-createdByName-Value")
											.updatedBy("EXAMPLE-updatedBy-Value")
											.updatedByName("EXAMPLE-updatedByName-Value")
											.timeCreated(new Date("Sun Apr 27 00:12:34 UTC 2014"))
											.timeUpdated(new Date("Sun Sep 19 10:56:23 UTC 2027"))
											.aggregatorKey("EXAMPLE-aggregatorKey-Value")
											.aggregator(AggregatorSummary.builder()
												.type("EXAMPLE-type-Value")
												.key("EXAMPLE-key-Value")
												.name("EXAMPLE-name-Value")
												.identifier("EXAMPLE-identifier-Value")
												.description("EXAMPLE-description-Value").build())
											.identifierPath("EXAMPLE-identifierPath-Value")
											.infoFields(new HashMap<java.lang.String, java.lang.String>() {
													{
														put("EXAMPLE_KEY_A7Tva","EXAMPLE_VALUE_sHuvnOUId2zVZv86VaHe");
													}
 												})
											.registryVersion(161)
											.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
											.isFavorite(true)
											.countStatistics(CountStatistic.builder()
												.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
														.objectType(CountStatisticSummary.ObjectType.Connection)
														.objectCount(934L).build()))).build()).build()).build())
									.connectionProperties(new ArrayList<>(Arrays.asList(ConnectionProperty.builder()
											.name("EXAMPLE-name-Value")
											.value("EXAMPLE-value-Value").build())))
									.isDefault(false)
									.metadata(ObjectMetadata.builder()
										.createdBy("EXAMPLE-createdBy-Value")
										.createdByName("EXAMPLE-createdByName-Value")
										.updatedBy("EXAMPLE-updatedBy-Value")
										.updatedByName("EXAMPLE-updatedByName-Value")
										.timeCreated(new Date("Sat Oct 02 02:38:33 UTC 2021"))
										.timeUpdated(new Date("Fri Jun 17 14:11:02 UTC 2039"))
										.aggregatorKey("EXAMPLE-aggregatorKey-Value")
										.aggregator(AggregatorSummary.builder()
											.type("EXAMPLE-type-Value")
											.key("EXAMPLE-key-Value")
											.name("EXAMPLE-name-Value")
											.identifier("EXAMPLE-identifier-Value")
											.description("EXAMPLE-description-Value").build())
										.identifierPath("EXAMPLE-identifierPath-Value")
										.infoFields(new HashMap<java.lang.String, java.lang.String>() {
												{
													put("EXAMPLE_KEY_2o3BP","EXAMPLE_VALUE_1k20A3tPoXMi0phuYhK8");
												}
 											})
										.registryVersion(991)
										.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
										.isFavorite(false)
										.countStatistics(CountStatistic.builder()
											.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
													.objectType(CountStatisticSummary.ObjectType.FunctionLibrary)
													.objectCount(322L).build()))).build()).build()).build())
								.key("EXAMPLE-key-Value")
								.modelVersion("EXAMPLE-modelVersion-Value")
								.name("EXAMPLE-name-Value")
								.description("EXAMPLE-description-Value")
								.objectStatus(324)
								.identifier("EXAMPLE-identifier-Value")
								.externalKey("EXAMPLE-externalKey-Value")
								.assetProperties(new HashMap<java.lang.String, java.lang.String>() {
										{
											put("EXAMPLE_KEY_ZZSQ3","EXAMPLE_VALUE_6PR2EB3JGAgDpBUYzQuP");
										}
 									})
								.nativeTypeSystem(TypeSystem.builder()
									.key("EXAMPLE-key-Value")
									.modelType("EXAMPLE-modelType-Value")
									.modelVersion("EXAMPLE-modelVersion-Value")
									.parentRef(ParentReference.builder()
										.parent("EXAMPLE-parent-Value")
										.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
									.name("EXAMPLE-name-Value")
									.description("EXAMPLE-description-Value")
									.objectVersion(371)
									.typeMappingTo(new HashMap<java.lang.String, java.lang.String>() {
											{
												put("EXAMPLE_KEY_RJAPJ","EXAMPLE_VALUE_dGya1eNOVPffWlYmXvC5");
											}
 										})
									.typeMappingFrom(new HashMap<java.lang.String, java.lang.String>() {
											{
												put("EXAMPLE_KEY_PNqrM","EXAMPLE_VALUE_dntNNRdoNe2fOjJa7jU8");
											}
 										})
									.objectStatus(340)
									.identifier("EXAMPLE-identifier-Value")
									.types(new ArrayList<>(Arrays.asList(DataType.builder()
											.dtType(DataType.DtType.Primitive)
											.typeSystemName("EXAMPLE-typeSystemName-Value")
											.configDefinition(ConfigDefinition.builder()
												.key("EXAMPLE-key-Value")
												.modelType("EXAMPLE-modelType-Value")
												.modelVersion("EXAMPLE-modelVersion-Value")
												.parentRef(ParentReference.builder()
													.parent("EXAMPLE-parent-Value")
													.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
												.name("EXAMPLE-name-Value")
												.isContained(true)
												.objectStatus(40)
												.configParameterDefinitions(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterDefinition>() {
														{
															put("EXAMPLE_KEY_KJzn7",ConfigParameterDefinition.builder()
														.parameterType(MapType.builder()
															.keyElementType("EXAMPLE-keyElementType-Value")
															.valueElementType("EXAMPLE-valueElementType-Value")
															.containsNull(true)
															.key("EXAMPLE-key-Value")
															.modelVersion("EXAMPLE-modelVersion-Value")
															.parentRef(ParentReference.builder()
																.parent("EXAMPLE-parent-Value")
																.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
															.name("EXAMPLE-name-Value")
															.objectStatus(364)
															.description("EXAMPLE-description-Value").build())
														.parameterName("EXAMPLE-parameterName-Value")
														.description("EXAMPLE-description-Value")
														.defaultValue("EXAMPLE-defaultValue-Value")
														.classFieldName("EXAMPLE-classFieldName-Value")
														.isStatic(true)
														.isClassFieldValue(false).build());
														}
 													}).build())
											.key("EXAMPLE-key-Value")
											.modelVersion("EXAMPLE-modelVersion-Value")
											.parentRef(ParentReference.builder()
												.parent("EXAMPLE-parent-Value")
												.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
											.name("EXAMPLE-name-Value")
											.objectStatus(243)
											.description("EXAMPLE-description-Value").build()))).build())
								.objectVersion(5)
								.parentRef(ParentReference.builder()
									.parent("EXAMPLE-parent-Value")
									.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
								.metadata(ObjectMetadata.builder()
									.createdBy("EXAMPLE-createdBy-Value")
									.createdByName("EXAMPLE-createdByName-Value")
									.updatedBy("EXAMPLE-updatedBy-Value")
									.updatedByName("EXAMPLE-updatedByName-Value")
									.timeCreated(new Date("Tue Feb 13 04:36:52 UTC 2035"))
									.timeUpdated(new Date("Thu Aug 02 22:29:51 UTC 2018"))
									.aggregatorKey("EXAMPLE-aggregatorKey-Value")
									.aggregator(AggregatorSummary.builder()
										.type("EXAMPLE-type-Value")
										.key("EXAMPLE-key-Value")
										.name("EXAMPLE-name-Value")
										.identifier("EXAMPLE-identifier-Value")
										.description("EXAMPLE-description-Value").build())
									.identifierPath("EXAMPLE-identifierPath-Value")
									.infoFields(new HashMap<java.lang.String, java.lang.String>() {
											{
												put("EXAMPLE_KEY_Vh87a","EXAMPLE_VALUE_3Q7LHHSNF6nggutQxrsg");
											}
 										})
									.registryVersion(733)
									.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
									.isFavorite(true)
									.countStatistics(CountStatistic.builder()
										.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
												.objectType(CountStatisticSummary.ObjectType.Project)
												.objectCount(965L).build()))).build()).build())
								.keyMap(new HashMap<java.lang.String, java.lang.String>() {
										{
											put("EXAMPLE_KEY_chuez","EXAMPLE_VALUE_oPZobCsjda7Zckd3aLHm");
										}
 									}).build())
							.stagingConnection(ConnectionFromOAuth2.builder()
								.accessTokenUrl("EXAMPLE-accessTokenUrl-Value")
								.clientId("ocid1.test.oc1..<unique_ID>EXAMPLE-clientId-Value")
								.clientSecret(SensitiveAttribute.builder()
									.secretConfig(OciVaultSecretConfig.builder()
										.secretId("ocid1.test.oc1..<unique_ID>EXAMPLE-secretId-Value").build())
									.value("EXAMPLE-value-Value").build())
								.scope("EXAMPLE-scope-Value")
								.grantType(ConnectionFromOAuth2.GrantType.ClientCredentials)
								.key("EXAMPLE-key-Value")
								.modelVersion("EXAMPLE-modelVersion-Value")
								.parentRef(ParentReference.builder()
									.parent("EXAMPLE-parent-Value")
									.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
								.name("EXAMPLE-name-Value")
								.description("EXAMPLE-description-Value")
								.objectVersion(971)
								.objectStatus(297)
								.identifier("EXAMPLE-identifier-Value")
								.primarySchema(Schema.builder()
									.key("EXAMPLE-key-Value")
									.modelType("EXAMPLE-modelType-Value")
									.modelVersion("EXAMPLE-modelVersion-Value")
									.parentRef(ParentReference.builder()
										.parent("EXAMPLE-parent-Value")
										.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
									.name("EXAMPLE-name-Value")
									.resourceName("EXAMPLE-resourceName-Value")
									.description("EXAMPLE-description-Value")
									.objectVersion(572)
									.externalKey("EXAMPLE-externalKey-Value")
									.isHasContainers(false)
									.defaultConnection("EXAMPLE-defaultConnection-Value")
									.objectStatus(579)
									.identifier("EXAMPLE-identifier-Value")
									.metadata(ObjectMetadata.builder()
										.createdBy("EXAMPLE-createdBy-Value")
										.createdByName("EXAMPLE-createdByName-Value")
										.updatedBy("EXAMPLE-updatedBy-Value")
										.updatedByName("EXAMPLE-updatedByName-Value")
										.timeCreated(new Date("Tue Mar 03 13:09:22 UTC 2020"))
										.timeUpdated(new Date("Sun May 10 12:12:11 UTC 2009"))
										.aggregatorKey("EXAMPLE-aggregatorKey-Value")
										.aggregator(AggregatorSummary.builder()
											.type("EXAMPLE-type-Value")
											.key("EXAMPLE-key-Value")
											.name("EXAMPLE-name-Value")
											.identifier("EXAMPLE-identifier-Value")
											.description("EXAMPLE-description-Value").build())
										.identifierPath("EXAMPLE-identifierPath-Value")
										.infoFields(new HashMap<java.lang.String, java.lang.String>() {
												{
													put("EXAMPLE_KEY_c0oYi","EXAMPLE_VALUE_CtacJmSEoAhL01c334xS");
												}
 											})
										.registryVersion(422)
										.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
										.isFavorite(true)
										.countStatistics(CountStatistic.builder()
											.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
													.objectType(CountStatisticSummary.ObjectType.FunctionLibrary)
													.objectCount(464L).build()))).build()).build()).build())
								.connectionProperties(new ArrayList<>(Arrays.asList(ConnectionProperty.builder()
										.name("EXAMPLE-name-Value")
										.value("EXAMPLE-value-Value").build())))
								.isDefault(true)
								.metadata(ObjectMetadata.builder()
									.createdBy("EXAMPLE-createdBy-Value")
									.createdByName("EXAMPLE-createdByName-Value")
									.updatedBy("EXAMPLE-updatedBy-Value")
									.updatedByName("EXAMPLE-updatedByName-Value")
									.timeCreated(new Date("Fri Jul 07 16:42:54 UTC 2023"))
									.timeUpdated(new Date("Tue Apr 24 19:01:52 UTC 2035"))
									.aggregatorKey("EXAMPLE-aggregatorKey-Value")
									.aggregator(AggregatorSummary.builder()
										.type("EXAMPLE-type-Value")
										.key("EXAMPLE-key-Value")
										.name("EXAMPLE-name-Value")
										.identifier("EXAMPLE-identifier-Value")
										.description("EXAMPLE-description-Value").build())
									.identifierPath("EXAMPLE-identifierPath-Value")
									.infoFields(new HashMap<java.lang.String, java.lang.String>() {
											{
												put("EXAMPLE_KEY_eiefj","EXAMPLE_VALUE_Pa7HAYmHA8rSb8vjcHvA");
											}
 										})
									.registryVersion(181)
									.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
									.isFavorite(true)
									.countStatistics(CountStatistic.builder()
										.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
												.objectType(CountStatisticSummary.ObjectType.DataFlow)
												.objectCount(581L).build()))).build()).build())
								.keyMap(new HashMap<java.lang.String, java.lang.String>() {
										{
											put("EXAMPLE_KEY_fPVvU","EXAMPLE_VALUE_Wd8LVmbt89msQEAIDMga");
										}
 									}).build()).build())
						.writeMode(WriteOperationConfig.WriteMode.Ignore)
						.mergeKey(UniqueDataKey.builder()
							.key("EXAMPLE-key-Value")
							.modelVersion("EXAMPLE-modelVersion-Value")
							.parentRef(ParentReference.builder()
								.parent("EXAMPLE-parent-Value")
								.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
							.name("EXAMPLE-name-Value")
							.attributeRefs(new ArrayList<>(Arrays.asList(KeyAttribute.builder()
									.position(421)
									.shapeField(ShapeField.builder()
										.type("EXAMPLE-type-Value")
										.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
										.nativeShapeField(NativeShapeField.builder()
											.name("EXAMPLE-name-Value")
											.modelType("EXAMPLE-modelType-Value")
											.type("EXAMPLE-type-Value")
											.configValues(ConfigValues.builder()
												.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
														{
															put("EXAMPLE_KEY_nn8Rt",ConfigParameterValue.builder()
														.stringValue("EXAMPLE-stringValue-Value")
														.intValue(169)
														.objectValue("EXAMPLE-objectValue-Value")
														.refValue("EXAMPLE-refValue-Value")
														.parameterValue("EXAMPLE-parameterValue-Value")
														.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
														}
 													})
												.parentRef(ParentReference.builder()
													.parent("EXAMPLE-parent-Value")
													.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
											.position(864)
											.defaultValueString("EXAMPLE-defaultValueString-Value")
											.isMandatory(true).build())
										.key("EXAMPLE-key-Value")
										.modelVersion("EXAMPLE-modelVersion-Value")
										.parentRef(ParentReference.builder()
											.parent("EXAMPLE-parent-Value")
											.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
										.configValues(ConfigValues.builder()
											.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
													{
														put("EXAMPLE_KEY_p5hIY",ConfigParameterValue.builder()
													.stringValue("EXAMPLE-stringValue-Value")
													.intValue(692)
													.objectValue("EXAMPLE-objectValue-Value")
													.refValue("EXAMPLE-refValue-Value")
													.parameterValue("EXAMPLE-parameterValue-Value")
													.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
													}
 												})
											.parentRef(ParentReference.builder()
												.parent("EXAMPLE-parent-Value")
												.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
										.objectStatus(252)
										.name("EXAMPLE-name-Value")
										.description("EXAMPLE-description-Value").build())
									.attribute(ShapeField.builder()
										.type("EXAMPLE-type-Value")
										.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
										.nativeShapeField(NativeShapeField.builder()
											.name("EXAMPLE-name-Value")
											.modelType("EXAMPLE-modelType-Value")
											.type("EXAMPLE-type-Value")
											.configValues(ConfigValues.builder()
												.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
														{
															put("EXAMPLE_KEY_v7F78",ConfigParameterValue.builder()
														.stringValue("EXAMPLE-stringValue-Value")
														.intValue(290)
														.objectValue("EXAMPLE-objectValue-Value")
														.refValue("EXAMPLE-refValue-Value")
														.parameterValue("EXAMPLE-parameterValue-Value")
														.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
														}
 													})
												.parentRef(ParentReference.builder()
													.parent("EXAMPLE-parent-Value")
													.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
											.position(477)
											.defaultValueString("EXAMPLE-defaultValueString-Value")
											.isMandatory(true).build())
										.key("EXAMPLE-key-Value")
										.modelVersion("EXAMPLE-modelVersion-Value")
										.parentRef(ParentReference.builder()
											.parent("EXAMPLE-parent-Value")
											.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
										.configValues(ConfigValues.builder()
											.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
													{
														put("EXAMPLE_KEY_R8S70",ConfigParameterValue.builder()
													.stringValue("EXAMPLE-stringValue-Value")
													.intValue(304)
													.objectValue("EXAMPLE-objectValue-Value")
													.refValue("EXAMPLE-refValue-Value")
													.parameterValue("EXAMPLE-parameterValue-Value")
													.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
													}
 												})
											.parentRef(ParentReference.builder()
												.parent("EXAMPLE-parent-Value")
												.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
										.objectStatus(54)
										.name("EXAMPLE-name-Value")
										.description("EXAMPLE-description-Value").build()).build())))
							.objectStatus(213).build())
						.objectStatus(653)
						.metadataConfigProperties(new HashMap<java.lang.String, java.lang.String>() {
								{
									put("EXAMPLE_KEY_59ktf","EXAMPLE_VALUE_2xn5IuCW4XsKfXuxd7tH");
								}
 							})
						.derivedAttributes(new HashMap<java.lang.String, java.lang.String>() {
								{
									put("EXAMPLE_KEY_QnWF6","EXAMPLE_VALUE_hPecfRT0JW4TTphh4evk");
								}
 							})
						.callAttribute(BipCallAttribute.builder()
							.offsetParameter("EXAMPLE-offsetParameter-Value")
							.fetchNextRowsParameter("EXAMPLE-fetchNextRowsParameter-Value")
							.stagingDataAsset(DataAssetSummaryFromObjectStorage.builder()
								.ociRegion("EXAMPLE-ociRegion-Value")
								.url("EXAMPLE-url-Value")
								.tenancyId("ocid1.test.oc1..<unique_ID>EXAMPLE-tenancyId-Value")
								.namespace("EXAMPLE-namespace-Value")
								.defaultConnection(ConnectionSummaryFromObjectStorage.builder()
									.credentialFileContent("EXAMPLE-credentialFileContent-Value")
									.userId("ocid1.test.oc1..<unique_ID>EXAMPLE-userId-Value")
									.fingerPrint("EXAMPLE-fingerPrint-Value")
									.passPhrase("EXAMPLE-passPhrase-Value")
									.key("EXAMPLE-key-Value")
									.modelVersion("EXAMPLE-modelVersion-Value")
									.parentRef(ParentReference.builder()
										.parent("EXAMPLE-parent-Value")
										.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
									.name("EXAMPLE-name-Value")
									.description("EXAMPLE-description-Value")
									.objectVersion(704)
									.objectStatus(693)
									.identifier("EXAMPLE-identifier-Value")
									.primarySchema(Schema.builder()
										.key("EXAMPLE-key-Value")
										.modelType("EXAMPLE-modelType-Value")
										.modelVersion("EXAMPLE-modelVersion-Value")
										.parentRef(ParentReference.builder()
											.parent("EXAMPLE-parent-Value")
											.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
										.name("EXAMPLE-name-Value")
										.resourceName("EXAMPLE-resourceName-Value")
										.description("EXAMPLE-description-Value")
										.objectVersion(676)
										.externalKey("EXAMPLE-externalKey-Value")
										.isHasContainers(true)
										.defaultConnection("EXAMPLE-defaultConnection-Value")
										.objectStatus(667)
										.identifier("EXAMPLE-identifier-Value")
										.metadata(ObjectMetadata.builder()
											.createdBy("EXAMPLE-createdBy-Value")
											.createdByName("EXAMPLE-createdByName-Value")
											.updatedBy("EXAMPLE-updatedBy-Value")
											.updatedByName("EXAMPLE-updatedByName-Value")
											.timeCreated(new Date("Sat Mar 01 22:03:48 UTC 2042"))
											.timeUpdated(new Date("Sun Jul 06 21:35:31 UTC 2036"))
											.aggregatorKey("EXAMPLE-aggregatorKey-Value")
											.aggregator(AggregatorSummary.builder()
												.type("EXAMPLE-type-Value")
												.key("EXAMPLE-key-Value")
												.name("EXAMPLE-name-Value")
												.identifier("EXAMPLE-identifier-Value")
												.description("EXAMPLE-description-Value").build())
											.identifierPath("EXAMPLE-identifierPath-Value")
											.infoFields(new HashMap<java.lang.String, java.lang.String>() {
													{
														put("EXAMPLE_KEY_yuXPE","EXAMPLE_VALUE_xS4JDO0N6sgyf49GoTPl");
													}
 												})
											.registryVersion(872)
											.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
											.isFavorite(false)
											.countStatistics(CountStatistic.builder()
												.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
														.objectType(CountStatisticSummary.ObjectType.Project)
														.objectCount(147L).build()))).build()).build()).build())
									.connectionProperties(new ArrayList<>(Arrays.asList(ConnectionProperty.builder()
											.name("EXAMPLE-name-Value")
											.value("EXAMPLE-value-Value").build())))
									.isDefault(true)
									.metadata(ObjectMetadata.builder()
										.createdBy("EXAMPLE-createdBy-Value")
										.createdByName("EXAMPLE-createdByName-Value")
										.updatedBy("EXAMPLE-updatedBy-Value")
										.updatedByName("EXAMPLE-updatedByName-Value")
										.timeCreated(new Date("Sat Sep 01 23:12:00 UTC 2029"))
										.timeUpdated(new Date("Fri Feb 23 11:15:54 UTC 2001"))
										.aggregatorKey("EXAMPLE-aggregatorKey-Value")
										.aggregator(AggregatorSummary.builder()
											.type("EXAMPLE-type-Value")
											.key("EXAMPLE-key-Value")
											.name("EXAMPLE-name-Value")
											.identifier("EXAMPLE-identifier-Value")
											.description("EXAMPLE-description-Value").build())
										.identifierPath("EXAMPLE-identifierPath-Value")
										.infoFields(new HashMap<java.lang.String, java.lang.String>() {
												{
													put("EXAMPLE_KEY_ABeHh","EXAMPLE_VALUE_U9yoVhJR2lEIPr5FLicY");
												}
 											})
										.registryVersion(177)
										.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
										.isFavorite(true)
										.countStatistics(CountStatistic.builder()
											.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
													.objectType(CountStatisticSummary.ObjectType.FunctionLibrary)
													.objectCount(650L).build()))).build()).build())
									.keyMap(new HashMap<java.lang.String, java.lang.String>() {
											{
												put("EXAMPLE_KEY_F6ft6","EXAMPLE_VALUE_EBeccVEhJm9aqN6rTxuB");
											}
 										}).build())
								.key("EXAMPLE-key-Value")
								.modelVersion("EXAMPLE-modelVersion-Value")
								.name("EXAMPLE-name-Value")
								.description("EXAMPLE-description-Value")
								.objectStatus(772)
								.identifier("EXAMPLE-identifier-Value")
								.externalKey("EXAMPLE-externalKey-Value")
								.assetProperties(new HashMap<java.lang.String, java.lang.String>() {
										{
											put("EXAMPLE_KEY_h1ZVH","EXAMPLE_VALUE_mS8g5oE8oi4zJhMLhI45");
										}
 									})
								.nativeTypeSystem(TypeSystem.builder()
									.key("EXAMPLE-key-Value")
									.modelType("EXAMPLE-modelType-Value")
									.modelVersion("EXAMPLE-modelVersion-Value")
									.parentRef(ParentReference.builder()
										.parent("EXAMPLE-parent-Value")
										.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
									.name("EXAMPLE-name-Value")
									.description("EXAMPLE-description-Value")
									.objectVersion(804)
									.typeMappingTo(new HashMap<java.lang.String, java.lang.String>() {
											{
												put("EXAMPLE_KEY_JaojQ","EXAMPLE_VALUE_5hKjb5yGj9rEDX6cdjTp");
											}
 										})
									.typeMappingFrom(new HashMap<java.lang.String, java.lang.String>() {
											{
												put("EXAMPLE_KEY_9iZLw","EXAMPLE_VALUE_6uGss5fU2Nv3woTfxvIC");
											}
 										})
									.objectStatus(448)
									.identifier("EXAMPLE-identifier-Value")
									.types(new ArrayList<>(Arrays.asList(DataType.builder()
											.dtType(DataType.DtType.Primitive)
											.typeSystemName("EXAMPLE-typeSystemName-Value")
											.configDefinition(ConfigDefinition.builder()
												.key("EXAMPLE-key-Value")
												.modelType("EXAMPLE-modelType-Value")
												.modelVersion("EXAMPLE-modelVersion-Value")
												.parentRef(ParentReference.builder()
													.parent("EXAMPLE-parent-Value")
													.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
												.name("EXAMPLE-name-Value")
												.isContained(false)
												.objectStatus(295)
												.configParameterDefinitions(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterDefinition>() {
														{
															put("EXAMPLE_KEY_cQu5w",ConfigParameterDefinition.builder()
														.parameterType(JavaType.builder()
															.javaTypeName("EXAMPLE-javaTypeName-Value")
															.key("EXAMPLE-key-Value")
															.modelVersion("EXAMPLE-modelVersion-Value")
															.parentRef(ParentReference.builder()
																.parent("EXAMPLE-parent-Value")
																.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
															.name("EXAMPLE-name-Value")
															.objectStatus(268)
															.description("EXAMPLE-description-Value").build())
														.parameterName("EXAMPLE-parameterName-Value")
														.description("EXAMPLE-description-Value")
														.defaultValue("EXAMPLE-defaultValue-Value")
														.classFieldName("EXAMPLE-classFieldName-Value")
														.isStatic(false)
														.isClassFieldValue(true).build());
														}
 													}).build())
											.key("EXAMPLE-key-Value")
											.modelVersion("EXAMPLE-modelVersion-Value")
											.parentRef(ParentReference.builder()
												.parent("EXAMPLE-parent-Value")
												.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
											.name("EXAMPLE-name-Value")
											.objectStatus(754)
											.description("EXAMPLE-description-Value").build()))).build())
								.objectVersion(603)
								.parentRef(ParentReference.builder()
									.parent("EXAMPLE-parent-Value")
									.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
								.metadata(ObjectMetadata.builder()
									.createdBy("EXAMPLE-createdBy-Value")
									.createdByName("EXAMPLE-createdByName-Value")
									.updatedBy("EXAMPLE-updatedBy-Value")
									.updatedByName("EXAMPLE-updatedByName-Value")
									.timeCreated(new Date("Fri Nov 17 04:14:01 UTC 2023"))
									.timeUpdated(new Date("Fri Dec 18 17:55:46 UTC 2020"))
									.aggregatorKey("EXAMPLE-aggregatorKey-Value")
									.aggregator(AggregatorSummary.builder()
										.type("EXAMPLE-type-Value")
										.key("EXAMPLE-key-Value")
										.name("EXAMPLE-name-Value")
										.identifier("EXAMPLE-identifier-Value")
										.description("EXAMPLE-description-Value").build())
									.identifierPath("EXAMPLE-identifierPath-Value")
									.infoFields(new HashMap<java.lang.String, java.lang.String>() {
											{
												put("EXAMPLE_KEY_jCqQc","EXAMPLE_VALUE_3BZDjnT4DgLmktHmultO");
											}
 										})
									.registryVersion(481)
									.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
									.isFavorite(false)
									.countStatistics(CountStatistic.builder()
										.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
												.objectType(CountStatisticSummary.ObjectType.DataAsset)
												.objectCount(377L).build()))).build()).build()).build())
							.stagingConnection(ConnectionSummaryFromObjectStorage.builder()
								.credentialFileContent("EXAMPLE-credentialFileContent-Value")
								.userId("ocid1.test.oc1..<unique_ID>EXAMPLE-userId-Value")
								.fingerPrint("EXAMPLE-fingerPrint-Value")
								.passPhrase("EXAMPLE-passPhrase-Value")
								.key("EXAMPLE-key-Value")
								.modelVersion("EXAMPLE-modelVersion-Value")
								.parentRef(ParentReference.builder()
									.parent("EXAMPLE-parent-Value")
									.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
								.name("EXAMPLE-name-Value")
								.description("EXAMPLE-description-Value")
								.objectVersion(926)
								.objectStatus(124)
								.identifier("EXAMPLE-identifier-Value")
								.primarySchema(Schema.builder()
									.key("EXAMPLE-key-Value")
									.modelType("EXAMPLE-modelType-Value")
									.modelVersion("EXAMPLE-modelVersion-Value")
									.parentRef(ParentReference.builder()
										.parent("EXAMPLE-parent-Value")
										.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
									.name("EXAMPLE-name-Value")
									.resourceName("EXAMPLE-resourceName-Value")
									.description("EXAMPLE-description-Value")
									.objectVersion(391)
									.externalKey("EXAMPLE-externalKey-Value")
									.isHasContainers(false)
									.defaultConnection("EXAMPLE-defaultConnection-Value")
									.objectStatus(825)
									.identifier("EXAMPLE-identifier-Value")
									.metadata(ObjectMetadata.builder()
										.createdBy("EXAMPLE-createdBy-Value")
										.createdByName("EXAMPLE-createdByName-Value")
										.updatedBy("EXAMPLE-updatedBy-Value")
										.updatedByName("EXAMPLE-updatedByName-Value")
										.timeCreated(new Date("Mon Aug 18 09:01:45 UTC 2008"))
										.timeUpdated(new Date("Tue Apr 07 03:05:38 UTC 2015"))
										.aggregatorKey("EXAMPLE-aggregatorKey-Value")
										.aggregator(AggregatorSummary.builder()
											.type("EXAMPLE-type-Value")
											.key("EXAMPLE-key-Value")
											.name("EXAMPLE-name-Value")
											.identifier("EXAMPLE-identifier-Value")
											.description("EXAMPLE-description-Value").build())
										.identifierPath("EXAMPLE-identifierPath-Value")
										.infoFields(new HashMap<java.lang.String, java.lang.String>() {
												{
													put("EXAMPLE_KEY_YmvCW","EXAMPLE_VALUE_Zcvt8Iqs9uvHKOAIXklx");
												}
 											})
										.registryVersion(896)
										.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
										.isFavorite(false)
										.countStatistics(CountStatistic.builder()
											.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
													.objectType(CountStatisticSummary.ObjectType.FunctionLibrary)
													.objectCount(995L).build()))).build()).build()).build())
								.connectionProperties(new ArrayList<>(Arrays.asList(ConnectionProperty.builder()
										.name("EXAMPLE-name-Value")
										.value("EXAMPLE-value-Value").build())))
								.isDefault(true)
								.metadata(ObjectMetadata.builder()
									.createdBy("EXAMPLE-createdBy-Value")
									.createdByName("EXAMPLE-createdByName-Value")
									.updatedBy("EXAMPLE-updatedBy-Value")
									.updatedByName("EXAMPLE-updatedByName-Value")
									.timeCreated(new Date("Fri Aug 08 19:35:54 UTC 2031"))
									.timeUpdated(new Date("Wed Dec 15 02:30:46 UTC 2027"))
									.aggregatorKey("EXAMPLE-aggregatorKey-Value")
									.aggregator(AggregatorSummary.builder()
										.type("EXAMPLE-type-Value")
										.key("EXAMPLE-key-Value")
										.name("EXAMPLE-name-Value")
										.identifier("EXAMPLE-identifier-Value")
										.description("EXAMPLE-description-Value").build())
									.identifierPath("EXAMPLE-identifierPath-Value")
									.infoFields(new HashMap<java.lang.String, java.lang.String>() {
											{
												put("EXAMPLE_KEY_90exR","EXAMPLE_VALUE_BPgUSNVc2BpqgvQRtkcJ");
											}
 										})
									.registryVersion(360)
									.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
									.isFavorite(true)
									.countStatistics(CountStatistic.builder()
										.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
												.objectType(CountStatisticSummary.ObjectType.DataFlow)
												.objectCount(337L).build()))).build()).build())
								.keyMap(new HashMap<java.lang.String, java.lang.String>() {
										{
											put("EXAMPLE_KEY_rwujF","EXAMPLE_VALUE_uwpJW6yIf64RSbTMlgfl");
										}
 									}).build())
							.bucketSchema(Schema.builder()
								.key("EXAMPLE-key-Value")
								.modelType("EXAMPLE-modelType-Value")
								.modelVersion("EXAMPLE-modelVersion-Value")
								.parentRef(ParentReference.builder()
									.parent("EXAMPLE-parent-Value")
									.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
								.name("EXAMPLE-name-Value")
								.resourceName("EXAMPLE-resourceName-Value")
								.description("EXAMPLE-description-Value")
								.objectVersion(463)
								.externalKey("EXAMPLE-externalKey-Value")
								.isHasContainers(false)
								.defaultConnection("EXAMPLE-defaultConnection-Value")
								.objectStatus(64)
								.identifier("EXAMPLE-identifier-Value")
								.metadata(ObjectMetadata.builder()
									.createdBy("EXAMPLE-createdBy-Value")
									.createdByName("EXAMPLE-createdByName-Value")
									.updatedBy("EXAMPLE-updatedBy-Value")
									.updatedByName("EXAMPLE-updatedByName-Value")
									.timeCreated(new Date("Mon Mar 02 21:17:17 UTC 2048"))
									.timeUpdated(new Date("Tue Feb 11 17:35:00 UTC 2003"))
									.aggregatorKey("EXAMPLE-aggregatorKey-Value")
									.aggregator(AggregatorSummary.builder()
										.type("EXAMPLE-type-Value")
										.key("EXAMPLE-key-Value")
										.name("EXAMPLE-name-Value")
										.identifier("EXAMPLE-identifier-Value")
										.description("EXAMPLE-description-Value").build())
									.identifierPath("EXAMPLE-identifierPath-Value")
									.infoFields(new HashMap<java.lang.String, java.lang.String>() {
											{
												put("EXAMPLE_KEY_MYpoD","EXAMPLE_VALUE_Oao4a3wgOlXj0kGRgNR1");
											}
 										})
									.registryVersion(915)
									.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
									.isFavorite(false)
									.countStatistics(CountStatistic.builder()
										.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
												.objectType(CountStatisticSummary.ObjectType.Task)
												.objectCount(33L).build()))).build()).build()).build())
							.fetchSize(64).build()).build())
					.loadOrder(573)
					.key("EXAMPLE-key-Value")
					.modelVersion("EXAMPLE-modelVersion-Value")
					.parentRef(ParentReference.builder()
						.parent("EXAMPLE-parent-Value")
						.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
					.name("EXAMPLE-name-Value")
					.description("EXAMPLE-description-Value")
					.objectVersion(126)
					.inputPorts(new ArrayList<>(Arrays.asList(InputPort.builder()
							.portType(InputPort.PortType.Control)
							.fields(new ArrayList<>(Arrays.asList(DynamicInputField.builder()
									.type(JavaType.builder()
										.javaTypeName("EXAMPLE-javaTypeName-Value")
										.configDefinition(ConfigDefinition.builder()
											.key("EXAMPLE-key-Value")
											.modelType("EXAMPLE-modelType-Value")
											.modelVersion("EXAMPLE-modelVersion-Value")
											.parentRef(ParentReference.builder()
												.parent("EXAMPLE-parent-Value")
												.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
											.name("EXAMPLE-name-Value")
											.isContained(true)
											.objectStatus(653)
											.configParameterDefinitions(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterDefinition>() {
													{
														put("EXAMPLE_KEY_2WkCO",ConfigParameterDefinition.builder()
													.parameterName("EXAMPLE-parameterName-Value")
													.description("EXAMPLE-description-Value")
													.defaultValue("EXAMPLE-defaultValue-Value")
													.classFieldName("EXAMPLE-classFieldName-Value")
													.isStatic(true)
													.isClassFieldValue(true).build());
													}
 												}).build())
										.key("EXAMPLE-key-Value")
										.modelVersion("EXAMPLE-modelVersion-Value")
										.parentRef(ParentReference.builder()
											.parent("EXAMPLE-parent-Value")
											.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
										.name("EXAMPLE-name-Value")
										.objectStatus(754)
										.description("EXAMPLE-description-Value").build())
									.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
									.key("EXAMPLE-key-Value")
									.modelVersion("EXAMPLE-modelVersion-Value")
									.parentRef(ParentReference.builder()
										.parent("EXAMPLE-parent-Value")
										.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
									.configValues(ConfigValues.builder()
										.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
												{
													put("EXAMPLE_KEY_bvdSn",ConfigParameterValue.builder()
												.stringValue("EXAMPLE-stringValue-Value")
												.intValue(170)
												.objectValue("EXAMPLE-objectValue-Value")
												.refValue("EXAMPLE-refValue-Value")
												.parameterValue("EXAMPLE-parameterValue-Value")
												.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
												}
 											})
										.parentRef(ParentReference.builder()
											.parent("EXAMPLE-parent-Value")
											.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
									.objectStatus(313)
									.name("EXAMPLE-name-Value")
									.description("EXAMPLE-description-Value").build())))
							.key("EXAMPLE-key-Value")
							.modelVersion("EXAMPLE-modelVersion-Value")
							.parentRef(ParentReference.builder()
								.parent("EXAMPLE-parent-Value")
								.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
							.configValues(ConfigValues.builder()
								.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
										{
											put("EXAMPLE_KEY_8DXIW",ConfigParameterValue.builder()
										.stringValue("EXAMPLE-stringValue-Value")
										.intValue(655)
										.objectValue("EXAMPLE-objectValue-Value")
										.refValue("EXAMPLE-refValue-Value")
										.parameterValue("EXAMPLE-parameterValue-Value")
										.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
										}
 									})
								.parentRef(ParentReference.builder()
									.parent("EXAMPLE-parent-Value")
									.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
							.objectStatus(119)
							.name("EXAMPLE-name-Value")
							.description("EXAMPLE-description-Value").build())))
					.outputPorts(new ArrayList<>(Arrays.asList(InputProxyField.builder()
							.scope("EXAMPLE-scope-Value")
							.type(MapType.builder()
								.keyElementType("EXAMPLE-keyElementType-Value")
								.valueElementType("EXAMPLE-valueElementType-Value")
								.containsNull(true)
								.key("EXAMPLE-key-Value")
								.modelVersion("EXAMPLE-modelVersion-Value")
								.parentRef(ParentReference.builder()
									.parent("EXAMPLE-parent-Value")
									.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
								.name("EXAMPLE-name-Value")
								.objectStatus(134)
								.description("EXAMPLE-description-Value").build())
							.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
							.key("EXAMPLE-key-Value")
							.modelVersion("EXAMPLE-modelVersion-Value")
							.parentRef(ParentReference.builder()
								.parent("EXAMPLE-parent-Value")
								.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
							.configValues(ConfigValues.builder()
								.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
										{
											put("EXAMPLE_KEY_DeRA6",ConfigParameterValue.builder()
										.stringValue("EXAMPLE-stringValue-Value")
										.intValue(539)
										.objectValue("EXAMPLE-objectValue-Value")
										.refValue("EXAMPLE-refValue-Value")
										.parameterValue("EXAMPLE-parameterValue-Value")
										.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
										}
 									})
								.parentRef(ParentReference.builder()
									.parent("EXAMPLE-parent-Value")
									.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
							.objectStatus(949)
							.name("EXAMPLE-name-Value")
							.description("EXAMPLE-description-Value").build())))
					.objectStatus(189)
					.identifier("EXAMPLE-identifier-Value")
					.parameters(new ArrayList<>(Arrays.asList(Parameter.builder()
							.type("EXAMPLE-type-Value")
							.defaultValue("EXAMPLE-defaultValue-Value")
							.rootObjectDefaultValue("EXAMPLE-rootObjectDefaultValue-Value")
							.isInput(false)
							.isOutput(true)
							.outputAggregationType(Parameter.OutputAggregationType.Max)
							.typeName("EXAMPLE-typeName-Value")
							.usedFor("EXAMPLE-usedFor-Value")
							.key("EXAMPLE-key-Value")
							.modelVersion("EXAMPLE-modelVersion-Value")
							.parentRef(ParentReference.builder()
								.parent("EXAMPLE-parent-Value")
								.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
							.configValues(ConfigValues.builder()
								.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
										{
											put("EXAMPLE_KEY_6tB6c",ConfigParameterValue.builder()
										.stringValue("EXAMPLE-stringValue-Value")
										.intValue(53)
										.objectValue("EXAMPLE-objectValue-Value")
										.refValue("EXAMPLE-refValue-Value")
										.parameterValue("EXAMPLE-parameterValue-Value")
										.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
										}
 									})
								.parentRef(ParentReference.builder()
									.parent("EXAMPLE-parent-Value")
									.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
							.objectStatus(15)
							.name("EXAMPLE-name-Value")
							.description("EXAMPLE-description-Value").build())))
					.opConfigValues(ConfigValues.builder()
						.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
								{
									put("EXAMPLE_KEY_knQJM",ConfigParameterValue.builder()
								.stringValue("EXAMPLE-stringValue-Value")
								.intValue(430)
								.objectValue("EXAMPLE-objectValue-Value")
								.refValue("EXAMPLE-refValue-Value")
								.parameterValue("EXAMPLE-parameterValue-Value")
								.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
								}
 							})
						.parentRef(ParentReference.builder()
							.parent("EXAMPLE-parent-Value")
							.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build()).build())
				.uiProperties(UIProperties.builder()
					.coordinateX(new BigDecimal("1134.082"))
					.coordinateY(new BigDecimal("8474.605")).build())
				.objectStatus(342).build())))
		.parameters(new ArrayList<>(Arrays.asList(Parameter.builder()
				.type("EXAMPLE-type-Value")
				.defaultValue("EXAMPLE-defaultValue-Value")
				.rootObjectDefaultValue("EXAMPLE-rootObjectDefaultValue-Value")
				.isInput(false)
				.isOutput(false)
				.outputAggregationType(Parameter.OutputAggregationType.Sum)
				.typeName("EXAMPLE-typeName-Value")
				.usedFor("EXAMPLE-usedFor-Value")
				.key("EXAMPLE-key-Value")
				.modelVersion("EXAMPLE-modelVersion-Value")
				.parentRef(ParentReference.builder()
					.parent("EXAMPLE-parent-Value")
					.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
				.configValues(ConfigValues.builder()
					.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
							{
								put("EXAMPLE_KEY_UAgJ8",ConfigParameterValue.builder()
							.stringValue("EXAMPLE-stringValue-Value")
							.intValue(59)
							.objectValue("EXAMPLE-objectValue-Value")
							.refValue("EXAMPLE-refValue-Value")
							.parameterValue("EXAMPLE-parameterValue-Value")
							.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
							}
 						})
					.parentRef(ParentReference.builder()
						.parent("EXAMPLE-parent-Value")
						.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
				.objectStatus(659)
				.name("EXAMPLE-name-Value")
				.description("EXAMPLE-description-Value").build())))
		.description("EXAMPLE-description-Value")
		.flowConfigValues(ConfigValues.builder()
			.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
					{
						put("EXAMPLE_KEY_rDTeq",ConfigParameterValue.builder()
					.stringValue("EXAMPLE-stringValue-Value")
					.intValue(135)
					.objectValue("EXAMPLE-objectValue-Value")
					.refValue("EXAMPLE-refValue-Value")
					.parameterValue("EXAMPLE-parameterValue-Value")
					.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
					}
 				})
			.parentRef(ParentReference.builder()
				.parent("EXAMPLE-parent-Value")
				.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
		.objectStatus(392)
		.metadata(ObjectMetadata.builder()
			.createdBy("EXAMPLE-createdBy-Value")
			.createdByName("EXAMPLE-createdByName-Value")
			.updatedBy("EXAMPLE-updatedBy-Value")
			.updatedByName("EXAMPLE-updatedByName-Value")
			.timeCreated(new Date("Mon May 06 02:40:45 UTC 2041"))
			.timeUpdated(new Date("Thu Oct 15 09:28:52 UTC 2015"))
			.aggregatorKey("EXAMPLE-aggregatorKey-Value")
			.aggregator(AggregatorSummary.builder()
				.type("EXAMPLE-type-Value")
				.key("EXAMPLE-key-Value")
				.name("EXAMPLE-name-Value")
				.identifier("EXAMPLE-identifier-Value")
				.description("EXAMPLE-description-Value").build())
			.identifierPath("EXAMPLE-identifierPath-Value")
			.infoFields(new HashMap<java.lang.String, java.lang.String>() {
					{
						put("EXAMPLE_KEY_wiZKU","EXAMPLE_VALUE_Jq3SzAYOrnNOoMu5Glqq");
					}
 				})
			.registryVersion(102)
			.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
			.isFavorite(false)
			.countStatistics(CountStatistic.builder()
				.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
						.objectType(CountStatisticSummary.ObjectType.Folder)
						.objectCount(61L).build()))).build()).build())
		.keyMap(new HashMap<java.lang.String, java.lang.String>() {
				{
					put("EXAMPLE_KEY_3IM0Y","EXAMPLE_VALUE_L3eGtbC6cTz4uWqYkZWU");
				}
 			})
		.typedObjectMap(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.TypedObjectWrapper>() {
				{
					put("EXAMPLE_KEY_xdthS",TypedObjectWrapper.builder()
				.typedObject(FlowPort.builder()
					.key("EXAMPLE-key-Value")
					.modelVersion("EXAMPLE-modelVersion-Value")
					.parentRef(ParentReference.builder()
						.parent("EXAMPLE-parent-Value")
						.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
					.configValues(ConfigValues.builder()
						.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
								{
									put("EXAMPLE_KEY_pBxFF",ConfigParameterValue.builder()
								.stringValue("EXAMPLE-stringValue-Value")
								.intValue(934)
								.objectValue("EXAMPLE-objectValue-Value")
								.refValue("EXAMPLE-refValue-Value")
								.parameterValue("EXAMPLE-parameterValue-Value")
								.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
								}
 							})
						.parentRef(ParentReference.builder()
							.parent("EXAMPLE-parent-Value")
							.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
					.objectStatus(915)
					.name("EXAMPLE-name-Value")
					.description("EXAMPLE-description-Value").build()).build());
				}
 			})
		.targetFieldMapSummary(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.FieldMapWrapper>() {
				{
					put("EXAMPLE_KEY_YDDes",FieldMapWrapper.builder()
				.fieldMap(ConditionalCompositeFieldMap.builder()
					.fieldMapScope(new ArrayList<>(Arrays.asList(TypeListRule.builder()
							.isSkipRemainingRulesOnMatch(false)
							.scope("EXAMPLE-scope-Value")
							.isCascade(false)
							.matchingStrategy(TypeListRule.MatchingStrategy.NameOnly)
							.isCaseSensitive(false)
							.ruleType(TypeListRule.RuleType.Include)
							.types(new ArrayList<>(Arrays.asList("EXAMPLE-types-Value")))
							.key("EXAMPLE-key-Value")
							.modelVersion("EXAMPLE-modelVersion-Value")
							.parentRef(ParentReference.builder()
								.parent("EXAMPLE-parent-Value")
								.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
							.isJavaRegexSyntax(false)
							.configValues(ConfigValues.builder()
								.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
										{
											put("EXAMPLE_KEY_l7qcq",ConfigParameterValue.builder()
										.stringValue("EXAMPLE-stringValue-Value")
										.intValue(396)
										.objectValue("EXAMPLE-objectValue-Value")
										.refValue("EXAMPLE-refValue-Value")
										.parameterValue("EXAMPLE-parameterValue-Value")
										.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
										}
 									})
								.parentRef(ParentReference.builder()
									.parent("EXAMPLE-parent-Value")
									.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
							.objectStatus(909)
							.description("EXAMPLE-description-Value").build())))
					.key("EXAMPLE-key-Value")
					.modelVersion("EXAMPLE-modelVersion-Value")
					.parentRef(ParentReference.builder()
						.parent("EXAMPLE-parent-Value")
						.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build())
					.configValues(ConfigValues.builder()
						.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
								{
									put("EXAMPLE_KEY_jmeiz",ConfigParameterValue.builder()
								.stringValue("EXAMPLE-stringValue-Value")
								.intValue(378)
								.objectValue("EXAMPLE-objectValue-Value")
								.refValue("EXAMPLE-refValue-Value")
								.parameterValue("EXAMPLE-parameterValue-Value")
								.rootObjectValue("EXAMPLE-rootObjectValue-Value").build());
								}
 							})
						.parentRef(ParentReference.builder()
							.parent("EXAMPLE-parent-Value")
							.rootDocId("ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value").build()).build())
					.objectStatus(818)
					.description("EXAMPLE-description-Value").build()).build());
				}
 			}).build();

	CreateDataFlowValidationRequest createDataFlowValidationRequest = CreateDataFlowValidationRequest.builder()
		.workspaceId("ocid1.test.oc1..<unique_ID>EXAMPLE-workspaceId-Value")
		.createDataFlowValidationDetails(createDataFlowValidationDetails)
		.opcRequestId("SA39EY5SI4AZLCTA9EL0<unique_ID>")
		.opcRetryToken("EXAMPLE-opcRetryToken-Value").build();

        /* Send request to the Client */
        CreateDataFlowValidationResponse response = client.createDataFlowValidation(createDataFlowValidationRequest);
    }

    
}