Interface StartMigrationRequest.Builder

    • Method Detail

      • replicationGroupId

        StartMigrationRequest.Builder replicationGroupId​(String replicationGroupId)

        The ID of the replication group to which data should be migrated.

        Parameters:
        replicationGroupId - The ID of the replication group to which data should be migrated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customerNodeEndpointList

        StartMigrationRequest.Builder customerNodeEndpointList​(Collection<CustomerNodeEndpoint> customerNodeEndpointList)

        List of endpoints from which data should be migrated. For Valkey or Redis OSS (cluster mode disabled), the list should have only one element.

        Parameters:
        customerNodeEndpointList - List of endpoints from which data should be migrated. For Valkey or Redis OSS (cluster mode disabled), the list should have only one element.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customerNodeEndpointList

        StartMigrationRequest.Builder customerNodeEndpointList​(CustomerNodeEndpoint... customerNodeEndpointList)

        List of endpoints from which data should be migrated. For Valkey or Redis OSS (cluster mode disabled), the list should have only one element.

        Parameters:
        customerNodeEndpointList - List of endpoints from which data should be migrated. For Valkey or Redis OSS (cluster mode disabled), the list should have only one element.
        Returns:
        Returns a reference to this object so that method calls can be chained together.