Interface ReplicationConfig.Builder

    • Method Detail

      • replicationConfigIdentifier

        ReplicationConfig.Builder replicationConfigIdentifier​(String replicationConfigIdentifier)

        The identifier for the ReplicationConfig associated with the replication.

        Parameters:
        replicationConfigIdentifier - The identifier for the ReplicationConfig associated with the replication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicationConfigArn

        ReplicationConfig.Builder replicationConfigArn​(String replicationConfigArn)

        The Amazon Resource Name (ARN) of this DMS Serverless replication configuration.

        Parameters:
        replicationConfigArn - The Amazon Resource Name (ARN) of this DMS Serverless replication configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceEndpointArn

        ReplicationConfig.Builder sourceEndpointArn​(String sourceEndpointArn)

        The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication configuration.

        Parameters:
        sourceEndpointArn - The Amazon Resource Name (ARN) of the source endpoint for this DMS serverless replication configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetEndpointArn

        ReplicationConfig.Builder targetEndpointArn​(String targetEndpointArn)

        The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.

        Parameters:
        targetEndpointArn - The Amazon Resource Name (ARN) of the target endpoint for this DMS serverless replication configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • computeConfig

        ReplicationConfig.Builder computeConfig​(ComputeConfig computeConfig)

        Configuration parameters for provisioning an DMS serverless replication.

        Parameters:
        computeConfig - Configuration parameters for provisioning an DMS serverless replication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicationSettings

        ReplicationConfig.Builder replicationSettings​(String replicationSettings)

        Configuration parameters for an DMS serverless replication.

        Parameters:
        replicationSettings - Configuration parameters for an DMS serverless replication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • supplementalSettings

        ReplicationConfig.Builder supplementalSettings​(String supplementalSettings)

        Additional parameters for an DMS serverless replication.

        Parameters:
        supplementalSettings - Additional parameters for an DMS serverless replication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableMappings

        ReplicationConfig.Builder tableMappings​(String tableMappings)

        Table mappings specified in the replication.

        Parameters:
        tableMappings - Table mappings specified in the replication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicationConfigCreateTime

        ReplicationConfig.Builder replicationConfigCreateTime​(Instant replicationConfigCreateTime)

        The time the serverless replication config was created.

        Parameters:
        replicationConfigCreateTime - The time the serverless replication config was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicationConfigUpdateTime

        ReplicationConfig.Builder replicationConfigUpdateTime​(Instant replicationConfigUpdateTime)

        The time the serverless replication config was updated.

        Parameters:
        replicationConfigUpdateTime - The time the serverless replication config was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.