Uses of Interface
software.amazon.awssdk.services.databasemigration.model.IBMDb2Settings.Builder
Packages that use IBMDb2Settings.Builder
-
Uses of IBMDb2Settings.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return IBMDb2Settings.BuilderModifier and TypeMethodDescriptionstatic IBMDb2Settings.BuilderIBMDb2Settings.builder()IBMDb2Settings.Builder.currentLsn(String currentLsn) For ongoing replication (CDC), use CurrentLSN to specify a log sequence number (LSN) where you want the replication to start.IBMDb2Settings.Builder.databaseName(String databaseName) Database name for the endpoint.IBMDb2Settings.Builder.keepCsvFiles(Boolean keepCsvFiles) If true, DMS saves any .csv files to the Db2 LUW target that were used to replicate data.IBMDb2Settings.Builder.loadTimeout(Integer loadTimeout) The amount of time (in milliseconds) before DMS times out operations performed by DMS on the Db2 target.IBMDb2Settings.Builder.maxFileSize(Integer maxFileSize) Specifies the maximum size (in KB) of .csv files used to transfer data to Db2 LUW.IBMDb2Settings.Builder.maxKBytesPerRead(Integer maxKBytesPerRead) Maximum number of bytes per read, as a NUMBER value.Endpoint connection password.Endpoint TCP port.IBMDb2Settings.Builder.secretsManagerAccessRoleArn(String secretsManagerAccessRoleArn) The full Amazon Resource Name (ARN) of the IAM role that specifies DMS as the trusted entity and grants the required permissions to access the value inSecretsManagerSecret.IBMDb2Settings.Builder.secretsManagerSecretId(String secretsManagerSecretId) The full ARN, partial ARN, or friendly name of theSecretsManagerSecretthat contains the Db2 LUW endpoint connection details.IBMDb2Settings.Builder.serverName(String serverName) Fully qualified domain name of the endpoint.IBMDb2Settings.Builder.setDataCaptureChanges(Boolean setDataCaptureChanges) Enables ongoing replication (CDC) as a BOOLEAN value.IBMDb2Settings.toBuilder()Endpoint connection user name.IBMDb2Settings.Builder.writeBufferSize(Integer writeBufferSize) The size (in KB) of the in-memory file write buffer used when generating .csv files on the local disk on the DMS replication instance.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type IBMDb2Settings.BuilderModifier and TypeMethodDescriptionstatic Class<? extends IBMDb2Settings.Builder>IBMDb2Settings.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type IBMDb2Settings.BuilderModifier and TypeMethodDescriptiondefault CreateEndpointRequest.BuilderCreateEndpointRequest.Builder.ibmDb2Settings(Consumer<IBMDb2Settings.Builder> ibmDb2Settings) Settings in JSON format for the source IBM Db2 LUW endpoint.default Endpoint.BuilderEndpoint.Builder.ibmDb2Settings(Consumer<IBMDb2Settings.Builder> ibmDb2Settings) The settings for the IBM Db2 LUW source endpoint.default ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder.ibmDb2Settings(Consumer<IBMDb2Settings.Builder> ibmDb2Settings) Settings in JSON format for the source IBM Db2 LUW endpoint.