/** 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 UpdatePipelineExample {
    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). */
	UpdatePipelineDetails updatePipelineDetails = UpdatePipelineDetails.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(113)
		.objectStatus(211)
		.identifier("EXAMPLE-identifier-Value")
		.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(DirectFieldMap.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_Hyq79",ConfigParameterValue.builder()
										.stringValue("EXAMPLE-stringValue-Value")
										.intValue(460)
										.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.BoundEntityShape)
								.refObjectName("EXAMPLE-refObjectName-Value").build())
							.objectStatus(810)
							.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(595)
						.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(569)
						.description("EXAMPLE-description-Value")
						.port("EXAMPLE-port-Value").build())))
				.operator(Target.builder()
					.entity(DataEntityFromSql.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(601)
						.externalKey("EXAMPLE-externalKey-Value")
						.shape(Shape.builder()
							.type(ArrayType.builder()
								.elementType("EXAMPLE-elementType-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(437)
								.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_T5n1u",ConfigParameterValue.builder()
										.stringValue("EXAMPLE-stringValue-Value")
										.intValue(32)
										.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(634)
							.name("EXAMPLE-name-Value")
							.description("EXAMPLE-description-Value").build())
						.shapeId("ocid1.test.oc1..<unique_ID>EXAMPLE-shapeId-Value")
						.entityType(DataEntityFromSql.EntityType.Sql)
						.otherTypeLabel("EXAMPLE-otherTypeLabel-Value")
						.uniqueKeys(new ArrayList<>(Arrays.asList(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(919)
										.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_t7eyf",ConfigParameterValue.builder()
															.stringValue("EXAMPLE-stringValue-Value")
															.intValue(373)
															.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(402)
												.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_XYDFN",ConfigParameterValue.builder()
														.stringValue("EXAMPLE-stringValue-Value")
														.intValue(665)
														.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(177)
											.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_O1hLp",ConfigParameterValue.builder()
															.stringValue("EXAMPLE-stringValue-Value")
															.intValue(180)
															.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(45)
												.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_CZxMs",ConfigParameterValue.builder()
														.stringValue("EXAMPLE-stringValue-Value")
														.intValue(797)
														.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(886)
											.name("EXAMPLE-name-Value")
											.description("EXAMPLE-description-Value").build()).build())))
								.objectStatus(72).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(182)
										.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_aEmh5",ConfigParameterValue.builder()
															.stringValue("EXAMPLE-stringValue-Value")
															.intValue(989)
															.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(876)
												.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_dYiP0",ConfigParameterValue.builder()
														.stringValue("EXAMPLE-stringValue-Value")
														.intValue(727)
														.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(162)
											.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_xC11S",ConfigParameterValue.builder()
															.stringValue("EXAMPLE-stringValue-Value")
															.intValue(545)
															.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(771)
												.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_WDKPo",ConfigParameterValue.builder()
														.stringValue("EXAMPLE-stringValue-Value")
														.intValue(411)
														.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(592)
											.name("EXAMPLE-name-Value")
											.description("EXAMPLE-description-Value").build()).build())))
								.updateRule(71)
								.deleteRule(162)
								.referenceUniqueKey(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(170)
											.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_EGfzs",ConfigParameterValue.builder()
																.stringValue("EXAMPLE-stringValue-Value")
																.intValue(226)
																.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(101)
													.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_KrJ7M",ConfigParameterValue.builder()
															.stringValue("EXAMPLE-stringValue-Value")
															.intValue(298)
															.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(57)
												.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_A2WXT",ConfigParameterValue.builder()
																.stringValue("EXAMPLE-stringValue-Value")
																.intValue(955)
																.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(491)
													.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_VfNJT",ConfigParameterValue.builder()
															.stringValue("EXAMPLE-stringValue-Value")
															.intValue(69)
															.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(38)
												.name("EXAMPLE-name-Value")
												.description("EXAMPLE-description-Value").build()).build())))
									.objectStatus(680).build())
								.objectStatus(864).build())))
						.resourceName("EXAMPLE-resourceName-Value")
						.objectStatus(926)
						.identifier("EXAMPLE-identifier-Value")
						.sqlQuery("EXAMPLE-sqlQuery-Value")
						.metadata(ObjectMetadata.builder()
							.createdBy("EXAMPLE-createdBy-Value")
							.createdByName("EXAMPLE-createdByName-Value")
							.updatedBy("EXAMPLE-updatedBy-Value")
							.updatedByName("EXAMPLE-updatedByName-Value")
							.timeCreated(new Date("Mon Sep 04 00:32:50 UTC 2006"))
							.timeUpdated(new Date("Fri Feb 19 02:28:21 UTC 2010"))
							.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_Muv8p","EXAMPLE_VALUE_5NEp9XVwsp6W1fcf9wqz");
									}
 								})
							.registryVersion(951)
							.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
							.isFavorite(true)
							.countStatistics(CountStatistic.builder()
								.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
										.objectType(CountStatisticSummary.ObjectType.FunctionLibrary)
										.objectCount(975L).build()))).build()).build()).build())
					.isReadAccess(true)
					.isCopyFields(false)
					.isPredefinedShape(false)
					.isUseSameSourceName(true)
					.targetEntityNamePrefix("EXAMPLE-targetEntityNamePrefix-Value")
					.targetEntityNameSuffix("EXAMPLE-targetEntityNameSuffix-Value")
					.dataProperty(Target.DataProperty.Backup)
					.schemaDriftConfig(SchemaDriftConfig.builder()
						.extraColumnHandling(SchemaDriftConfig.ExtraColumnHandling.DoNotAllow)
						.missingColumnHandling(SchemaDriftConfig.MissingColumnHandling.Allow)
						.dataTypeChangeHandling(SchemaDriftConfig.DataTypeChangeHandling.Allow)
						.isValidationWarningIfAllowed(false).build())
					.fixedDataShape(Shape.builder()
						.type(CompositeType.builder()
							.elements(new ArrayList<>(Arrays.asList(InputPort.builder()
									.portType(InputPort.PortType.Model)
									.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_Gax7P",ConfigParameterValue.builder()
												.stringValue("EXAMPLE-stringValue-Value")
												.intValue(413)
												.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(406)
									.name("EXAMPLE-name-Value")
									.description("EXAMPLE-description-Value").build())))
							.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(999)
								.configParameterDefinitions(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterDefinition>() {
										{
											put("EXAMPLE_KEY_FtSFO",ConfigParameterDefinition.builder()
										.parameterName("EXAMPLE-parameterName-Value")
										.description("EXAMPLE-description-Value")
										.defaultValue("EXAMPLE-defaultValue-Value")
										.classFieldName("EXAMPLE-classFieldName-Value")
										.isStatic(false)
										.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(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())
						.configValues(ConfigValues.builder()
							.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
									{
										put("EXAMPLE_KEY_fQvFn",ConfigParameterValue.builder()
									.stringValue("EXAMPLE-stringValue-Value")
									.intValue(138)
									.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(234)
						.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(FilterPush.builder()
								.filterCondition("EXAMPLE-filterCondition-Value").build())))
						.dataFormat(DataFormat.builder()
							.formatAttribute(CsvFormatAttribute.builder()
								.encoding("EXAMPLE-encoding-Value")
								.escapeCharacter("EXAMPLE-escapeCharacter-Value")
								.delimiter("EXAMPLE-delimiter-Value")
								.quoteCharacter("EXAMPLE-quoteCharacter-Value")
								.hasHeader(true)
								.timestampFormat("EXAMPLE-timestampFormat-Value")
								.isFilePattern(false).build())
							.type(DataFormat.Type.Csv)
							.compressionConfig(Compression.builder()
								.codec(Compression.Codec.Deflate).build()).build())
						.partitionConfig(KeyRangePartitionConfig.builder()
							.partitionNumber(273)
							.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_2xn5I",ConfigParameterValue.builder()
													.stringValue("EXAMPLE-stringValue-Value")
													.intValue(257)
													.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(540)
										.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_7mXZO",ConfigParameterValue.builder()
												.stringValue("EXAMPLE-stringValue-Value")
												.intValue(855)
												.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(109)
									.name("EXAMPLE-name-Value")
									.description("EXAMPLE-description-Value").build()).build()).build())
						.writeAttribute(OracleAdwcWriteAttribute.builder()
							.bucketName("EXAMPLE-bucketName-Value")
							.stagingFileName("EXAMPLE-stagingFileName-Value")
							.stagingDataAsset(DataAssetFromOraclePeopleSoftDetails.builder()
								.host("EXAMPLE-host-Value")
								.port("EXAMPLE-port-Value")
								.serviceName("EXAMPLE-serviceName-Value")
								.driverClass("EXAMPLE-driverClass-Value")
								.sid("EXAMPLE-sid-Value")
								.walletSecret(SensitiveAttribute.builder()
									.secretConfig(OciVaultSecretConfig.builder()
										.secretId("ocid1.test.oc1..<unique_ID>EXAMPLE-secretId-Value").build())
									.value("EXAMPLE-value-Value").build())
								.walletPasswordSecret(SensitiveAttribute.builder()
									.secretConfig(OciVaultSecretConfig.builder()
										.secretId("ocid1.test.oc1..<unique_ID>EXAMPLE-secretId-Value").build())
									.value("EXAMPLE-value-Value").build())
								.defaultConnection(ConnectionFromOraclePeopleSoftDetails.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(918)
									.objectStatus(354)
									.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(703)
										.externalKey("EXAMPLE-externalKey-Value")
										.isHasContainers(false)
										.defaultConnection("EXAMPLE-defaultConnection-Value")
										.objectStatus(363)
										.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 Jul 05 18:06:27 UTC 2026"))
											.timeUpdated(new Date("Sun May 22 12:51:59 UTC 2022"))
											.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_6hPec","EXAMPLE_VALUE_fRT0JW4TTphh4evkgyh1");
													}
 												})
											.registryVersion(915)
											.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
											.isFavorite(false)
											.countStatistics(CountStatistic.builder()
												.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
														.objectType(CountStatisticSummary.ObjectType.FunctionLibrary)
														.objectCount(896L).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 Oct 06 23:45:33 UTC 2035"))
										.timeUpdated(new Date("Fri Jan 06 11:51:18 UTC 2040"))
										.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_hMLhI","EXAMPLE_VALUE_45gJaojQ5hKjb5yGj9rE");
												}
 											})
										.registryVersion(587)
										.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
										.isFavorite(true)
										.countStatistics(CountStatistic.builder()
											.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
													.objectType(CountStatisticSummary.ObjectType.Folder)
													.objectCount(143L).build()))).build()).build()).build())
								.key("EXAMPLE-key-Value")
								.modelVersion("EXAMPLE-modelVersion-Value")
								.name("EXAMPLE-name-Value")
								.description("EXAMPLE-description-Value")
								.objectStatus(905)
								.identifier("EXAMPLE-identifier-Value")
								.externalKey("EXAMPLE-externalKey-Value")
								.assetProperties(new HashMap<java.lang.String, java.lang.String>() {
										{
											put("EXAMPLE_KEY_9iZLw","EXAMPLE_VALUE_6uGss5fU2Nv3woTfxvIC");
										}
 									})
								.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(448)
									.typeMappingTo(new HashMap<java.lang.String, java.lang.String>() {
											{
												put("EXAMPLE_KEY_syf07","EXAMPLE_VALUE_SsFDffd1CS8gcbwGJjRV");
											}
 										})
									.typeMappingFrom(new HashMap<java.lang.String, java.lang.String>() {
											{
												put("EXAMPLE_KEY_YBkIO","EXAMPLE_VALUE_LcQu5wtBunoh7mtjCqQc");
											}
 										})
									.objectStatus(551)
									.identifier("EXAMPLE-identifier-Value")
									.types(new ArrayList<>(Arrays.asList(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(false)
												.objectStatus(69)
												.configParameterDefinitions(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterDefinition>() {
														{
															put("EXAMPLE_KEY_cFRqH",ConfigParameterDefinition.builder()
														.parameterType(MaterializedCompositeType.builder()
															.elements(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
															.pathNames(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())
															.name("EXAMPLE-name-Value")
															.objectStatus(426)
															.description("EXAMPLE-description-Value").build())
														.parameterName("EXAMPLE-parameterName-Value")
														.description("EXAMPLE-description-Value")
														.defaultValue("EXAMPLE-defaultValue-Value")
														.classFieldName("EXAMPLE-classFieldName-Value")
														.isStatic(false)
														.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(883)
											.description("EXAMPLE-description-Value").build()))).build())
								.objectVersion(870)
								.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("Sat Oct 14 02:34:37 UTC 2028"))
									.timeUpdated(new Date("Mon Aug 09 13:46:42 UTC 2010"))
									.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_S4JDO","EXAMPLE_VALUE_0N6sgyf49GoTPlsNhVzl");
											}
 										})
									.registryVersion(409)
									.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
									.isFavorite(false)
									.countStatistics(CountStatistic.builder()
										.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
												.objectType(CountStatisticSummary.ObjectType.Folder)
												.objectCount(593L).build()))).build()).build())
								.keyMap(new HashMap<java.lang.String, java.lang.String>() {
										{
											put("EXAMPLE_KEY_3BBTA","EXAMPLE_VALUE_BeHhU9yoVhJR2lEIPr5F");
										}
 									}).build())
							.stagingConnection(ConnectionFromMySqlHeatWave.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(332)
								.objectStatus(177)
								.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(500)
									.externalKey("EXAMPLE-externalKey-Value")
									.isHasContainers(false)
									.defaultConnection("EXAMPLE-defaultConnection-Value")
									.objectStatus(875)
									.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 Sep 19 16:16:41 UTC 2023"))
										.timeUpdated(new Date("Sun Jul 24 05:03:31 UTC 2005"))
										.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_eccVE","EXAMPLE_VALUE_hJm9aqN6rTxuB2wxzH7E");
												}
 											})
										.registryVersion(805)
										.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
										.isFavorite(false)
										.countStatistics(CountStatistic.builder()
											.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
													.objectType(CountStatisticSummary.ObjectType.Project)
													.objectCount(464L).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 Nov 26 03:55:35 UTC 2005"))
									.timeUpdated(new Date("Sat Feb 02 19:05:01 UTC 2019"))
									.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_8Iqs9","EXAMPLE_VALUE_uvHKOAIXklxEUxKuXNGz");
											}
 										})
									.registryVersion(491)
									.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
									.isFavorite(true)
									.countStatistics(CountStatistic.builder()
										.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
												.objectType(CountStatisticSummary.ObjectType.FunctionLibrary)
												.objectCount(260L).build()))).build()).build())
								.keyMap(new HashMap<java.lang.String, java.lang.String>() {
										{
											put("EXAMPLE_KEY_T90ex","EXAMPLE_VALUE_RBPgUSNVc2BpqgvQRtkc");
										}
 									}).build()).build())
						.writeMode(WriteOperationConfig.WriteMode.Overwrite)
						.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(709)
									.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_n9MnP",ConfigParameterValue.builder()
														.stringValue("EXAMPLE-stringValue-Value")
														.intValue(594)
														.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(35)
											.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_gNR17",ConfigParameterValue.builder()
													.stringValue("EXAMPLE-stringValue-Value")
													.intValue(240)
													.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(520)
										.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_koZJK",ConfigParameterValue.builder()
														.stringValue("EXAMPLE-stringValue-Value")
														.intValue(19)
														.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(584)
											.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_nUs3K",ConfigParameterValue.builder()
													.stringValue("EXAMPLE-stringValue-Value")
													.intValue(772)
													.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(531)
										.name("EXAMPLE-name-Value")
										.description("EXAMPLE-description-Value").build()).build())))
							.objectStatus(77).build())
						.objectStatus(307)
						.metadataConfigProperties(new HashMap<java.lang.String, java.lang.String>() {
								{
									put("EXAMPLE_KEY_OGVtF","EXAMPLE_VALUE_agw4o46zjUG1T7pCT6xm");
								}
 							})
						.derivedAttributes(new HashMap<java.lang.String, java.lang.String>() {
								{
									put("EXAMPLE_KEY_pWe0f","EXAMPLE_VALUE_prk781Q2V1T0Ozxcshy3");
								}
 							})
						.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(80)
									.objectStatus(900)
									.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(474)
										.externalKey("EXAMPLE-externalKey-Value")
										.isHasContainers(false)
										.defaultConnection("EXAMPLE-defaultConnection-Value")
										.objectStatus(547)
										.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 Nov 30 09:54:00 UTC 2024"))
											.timeUpdated(new Date("Mon Mar 25 16:33:54 UTC 2019"))
											.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_yk5vG","EXAMPLE_VALUE_nIHkzIMxM8xy970x5gGQ");
													}
 												})
											.registryVersion(180)
											.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
											.isFavorite(true)
											.countStatistics(CountStatistic.builder()
												.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
														.objectType(CountStatisticSummary.ObjectType.Folder)
														.objectCount(70L).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("Wed Mar 21 04:57:47 UTC 2029"))
										.timeUpdated(new Date("Sun Oct 20 02:19:36 UTC 2047"))
										.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_DIRei","EXAMPLE_VALUE_mflwgtda5ECHhIxiTbfp");
												}
 											})
										.registryVersion(628)
										.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
										.isFavorite(false)
										.countStatistics(CountStatistic.builder()
											.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
													.objectType(CountStatisticSummary.ObjectType.Task)
													.objectCount(566L).build()))).build()).build())
									.keyMap(new HashMap<java.lang.String, java.lang.String>() {
											{
												put("EXAMPLE_KEY_xFlcw","EXAMPLE_VALUE_9G4QPufijU06rge8kDEZ");
											}
 										}).build())
								.key("EXAMPLE-key-Value")
								.modelVersion("EXAMPLE-modelVersion-Value")
								.name("EXAMPLE-name-Value")
								.description("EXAMPLE-description-Value")
								.objectStatus(779)
								.identifier("EXAMPLE-identifier-Value")
								.externalKey("EXAMPLE-externalKey-Value")
								.assetProperties(new HashMap<java.lang.String, java.lang.String>() {
										{
											put("EXAMPLE_KEY_DuEYP","EXAMPLE_VALUE_x5Xm06frXc1H0HEsyaGq");
										}
 									})
								.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(921)
									.typeMappingTo(new HashMap<java.lang.String, java.lang.String>() {
											{
												put("EXAMPLE_KEY_CzHCf","EXAMPLE_VALUE_LGcvH76UiYdRX0NHg7q4");
											}
 										})
									.typeMappingFrom(new HashMap<java.lang.String, java.lang.String>() {
											{
												put("EXAMPLE_KEY_GCShM","EXAMPLE_VALUE_ZnBLMPTqJ85ISa7817Mw");
											}
 										})
									.objectStatus(634)
									.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(348)
												.configParameterDefinitions(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterDefinition>() {
														{
															put("EXAMPLE_KEY_WHRF5",ConfigParameterDefinition.builder()
														.parameterType(MaterializedCompositeType.builder()
															.elements(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
															.pathNames(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())
															.name("EXAMPLE-name-Value")
															.objectStatus(893)
															.description("EXAMPLE-description-Value").build())
														.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(908)
											.description("EXAMPLE-description-Value").build()))).build())
								.objectVersion(579)
								.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("Wed Apr 30 19:51:42 UTC 2003"))
									.timeUpdated(new Date("Sat Apr 03 22:24:17 UTC 2010"))
									.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_upYEC","EXAMPLE_VALUE_dRsIFNDCwntvT5AoZ8u0");
											}
 										})
									.registryVersion(233)
									.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
									.isFavorite(false)
									.countStatistics(CountStatistic.builder()
										.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
												.objectType(CountStatisticSummary.ObjectType.Task)
												.objectCount(430L).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(842)
								.objectStatus(683)
								.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(20)
									.externalKey("EXAMPLE-externalKey-Value")
									.isHasContainers(true)
									.defaultConnection("EXAMPLE-defaultConnection-Value")
									.objectStatus(724)
									.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 Jul 06 11:37:42 UTC 2049"))
										.timeUpdated(new Date("Sun May 14 03:09:48 UTC 2028"))
										.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_5Lwvc","EXAMPLE_VALUE_0RvuiNyBhegG6D7daVlR");
												}
 											})
										.registryVersion(931)
										.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
										.isFavorite(true)
										.countStatistics(CountStatistic.builder()
											.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
													.objectType(CountStatisticSummary.ObjectType.UserDefinedFunction)
													.objectCount(395L).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("Fri Sep 15 15:14:04 UTC 2023"))
									.timeUpdated(new Date("Tue Apr 13 04:59:40 UTC 2032"))
									.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_lH3Dt","EXAMPLE_VALUE_AOnIGjMIuyZgdvz6TARQ");
											}
 										})
									.registryVersion(182)
									.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
									.isFavorite(true)
									.countStatistics(CountStatistic.builder()
										.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
												.objectType(CountStatisticSummary.ObjectType.UserDefinedFunction)
												.objectCount(886L).build()))).build()).build())
								.keyMap(new HashMap<java.lang.String, java.lang.String>() {
										{
											put("EXAMPLE_KEY_Z61hy","EXAMPLE_VALUE_7bHrA7HUYSC84k8FJ5uy");
										}
 									}).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(397)
								.externalKey("EXAMPLE-externalKey-Value")
								.isHasContainers(true)
								.defaultConnection("EXAMPLE-defaultConnection-Value")
								.objectStatus(567)
								.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 05 06:13:31 UTC 2024"))
									.timeUpdated(new Date("Sun Jan 06 02:07:20 UTC 2002"))
									.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_XXvFD","EXAMPLE_VALUE_WRWD7ywwVoSBSCrYnqBe");
											}
 										})
									.registryVersion(784)
									.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
									.isFavorite(true)
									.countStatistics(CountStatistic.builder()
										.objectTypeCountList(new ArrayList<>(Arrays.asList(CountStatisticSummary.builder()
												.objectType(CountStatisticSummary.ObjectType.DataFlow)
												.objectCount(245L).build()))).build()).build()).build())
							.fetchSize(497).build()).build())
					.loadOrder(816)
					.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(504)
					.inputPorts(new ArrayList<>(Arrays.asList(InputPort.builder()
							.portType(InputPort.PortType.Data)
							.fields(new ArrayList<>(Arrays.asList(ConditionalOutputPort.builder()
									.portType(ConditionalOutputPort.PortType.Data)
									.splitCondition(Expression.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())
										.exprString("EXAMPLE-exprString-Value")
										.configValues(ConfigValues.builder()
											.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
													{
														put("EXAMPLE_KEY_TU14M",ConfigParameterValue.builder()
													.stringValue("EXAMPLE-stringValue-Value")
													.intValue(329)
													.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(331).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_7ADDp",ConfigParameterValue.builder()
												.stringValue("EXAMPLE-stringValue-Value")
												.intValue(153)
												.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(578)
									.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_cWBvG",ConfigParameterValue.builder()
										.stringValue("EXAMPLE-stringValue-Value")
										.intValue(108)
										.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(478)
							.name("EXAMPLE-name-Value")
							.description("EXAMPLE-description-Value").build())))
					.outputPorts(new ArrayList<>(Arrays.asList(DerivedField.builder()
							.expr(Expression.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())
								.exprString("EXAMPLE-exprString-Value")
								.configValues(ConfigValues.builder()
									.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
											{
												put("EXAMPLE_KEY_bUf8c",ConfigParameterValue.builder()
											.stringValue("EXAMPLE-stringValue-Value")
											.intValue(179)
											.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(970).build())
							.type("EXAMPLE-type-Value")
							.isUseInferredType(false)
							.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_CTJKX",ConfigParameterValue.builder()
										.stringValue("EXAMPLE-stringValue-Value")
										.intValue(305)
										.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(757)
							.name("EXAMPLE-name-Value")
							.description("EXAMPLE-description-Value").build())))
					.objectStatus(554)
					.identifier("EXAMPLE-identifier-Value")
					.parameters(new ArrayList<>(Arrays.asList(Parameter.builder()
							.type("EXAMPLE-type-Value")
							.defaultValue("EXAMPLE-defaultValue-Value")
							.rootObjectDefaultValue("EXAMPLE-rootObjectDefaultValue-Value")
							.isInput(true)
							.isOutput(true)
							.outputAggregationType(Parameter.OutputAggregationType.Min)
							.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_icH20",ConfigParameterValue.builder()
										.stringValue("EXAMPLE-stringValue-Value")
										.intValue(215)
										.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(316)
							.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_KJOvY",ConfigParameterValue.builder()
								.stringValue("EXAMPLE-stringValue-Value")
								.intValue(834)
								.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("2466.3406"))
					.coordinateY(new BigDecimal("9289.497")).build())
				.objectStatus(602).build())))
		.parameters(new ArrayList<>(Arrays.asList(Parameter.builder()
				.type("EXAMPLE-type-Value")
				.defaultValue("EXAMPLE-defaultValue-Value")
				.rootObjectDefaultValue("EXAMPLE-rootObjectDefaultValue-Value")
				.isInput(true)
				.isOutput(false)
				.outputAggregationType(Parameter.OutputAggregationType.Count)
				.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_8ypvr",ConfigParameterValue.builder()
							.stringValue("EXAMPLE-stringValue-Value")
							.intValue(394)
							.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(779)
				.name("EXAMPLE-name-Value")
				.description("EXAMPLE-description-Value").build())))
		.flowConfigValues(ConfigValues.builder()
			.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
					{
						put("EXAMPLE_KEY_W0hWS",ConfigParameterValue.builder()
					.stringValue("EXAMPLE-stringValue-Value")
					.intValue(673)
					.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())
		.variables(new ArrayList<>(Arrays.asList(Variable.builder()
				.key("EXAMPLE-key-Value")
				.modelVersion("EXAMPLE-modelVersion-Value")
				.modelType("EXAMPLE-modelType-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(4)
				.objectStatus(559)
				.identifier("EXAMPLE-identifier-Value")
				.type(ConfiguredType.builder()
					.wrappedType("EXAMPLE-wrappedType-Value")
					.configValues(ConfigValues.builder()
						.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
								{
									put("EXAMPLE_KEY_d2zVZ",ConfigParameterValue.builder()
								.stringValue("EXAMPLE-stringValue-Value")
								.intValue(578)
								.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())
					.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(770)
						.configParameterDefinitions(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterDefinition>() {
								{
									put("EXAMPLE_KEY_3BP1k",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(424)
					.description("EXAMPLE-description-Value").build())
				.configValues(ConfigValues.builder()
					.configParamValues(new HashMap<java.lang.String, com.oracle.bmc.dataintegration.model.ConfigParameterValue>() {
							{
								put("EXAMPLE_KEY_34xSE",ConfigParameterValue.builder()
							.stringValue("EXAMPLE-stringValue-Value")
							.intValue(388)
							.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())
				.defaultValue("EXAMPLE-defaultValue-Value")
				.rootObjectDefaultValue(RootObject.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())
					.objectStatus(429).build()).build())))
		.registryMetadata(RegistryMetadata.builder()
			.aggregatorKey("EXAMPLE-aggregatorKey-Value")
			.labels(new ArrayList<>(Arrays.asList("EXAMPLE--Value")))
			.registryVersion(418)
			.key("EXAMPLE-key-Value")
			.isFavorite(false).build()).build();

	UpdatePipelineRequest updatePipelineRequest = UpdatePipelineRequest.builder()
		.workspaceId("ocid1.test.oc1..<unique_ID>EXAMPLE-workspaceId-Value")
		.pipelineKey("EXAMPLE-pipelineKey-Value")
		.updatePipelineDetails(updatePipelineDetails)
		.opcRequestId("AYMHA8RSB8VJCHVALABA<unique_ID>")
		.ifMatch("EXAMPLE-ifMatch-Value").build();

        /* Send request to the Client */
        UpdatePipelineResponse response = client.updatePipeline(updatePipelineRequest);
    }

    
}